{"name":"mu.micro/mu","slug":"micro-mu","title":null,"description":"News, web search, mail, markets, weather, places, files, calendar, contacts. 67 tools, one endpoint.","url":"https://mcp.market/server/micro-mu","rating":null,"grade":"B","score":84,"certified":false,"status":"active","category":"productivity","tags":["productivity","search","maps"],"presence":{"score":48,"stars":434,"forks":21,"downloads_week":null,"last_push_at":"2026-09-24T09:56:39.000Z","license":"AGPL-3.0"},"uptime":{"percent":100,"checks":21,"ok":21,"last_checked_at":"2026-09-24T16:36:23.804Z","last_ok_at":"2026-09-24T16:36:23.804Z","latency_ms":75},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/micro/mu","website":"https://micro.mu","version":"1.0.0","remotes":[{"type":"streamable-http","url":"https://micro.mu/mcp"}],"packages":[],"tools":[{"name":"apps_build","description":"Queue a durable app build and immediately return its ID and status URL. Use BuildStatus to retrieve progress and the completed app. Reuse request_key on retries. Builds survive server restarts","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"prompt":{"description":"Description of the app to build, e.g. 'an expense tracker', 'a packing checklist', 'a water intake counter'","type":"string"},"request_key":{"description":"Reuse this key when retrying the same request. Omit to deduplicate identical descriptions.","type":"string"}},"required":["prompt"]}},{"name":"apps_buildstatus","description":"Read your saved app build status by ID. Poll until complete or failed; the same ID survives restarts.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"description":"","type":"string"}},"required":["id"]}},{"name":"apps_create","description":"Create an app — a small, self-contained HTML tool hosted here. Takes the HTML; apps_build writes it for you from a description Apps run in a sandbox. Use fetch('/api/v1/<service>/<method>') or mu.service(name, method, args); mu.api does not exist. Direct external fetch is blocked. Inspect real service schemas and data before coding; never invent fields, rankings or claim runtime verification from static checks.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"description":{"description":"What the app does. Defaults to the name","type":"string"},"html":{"description":"The app's HTML, inline CSS and JavaScript included, up to 256KB","type":"string"},"icon":{"description":"An SVG icon","type":"string"},"name":{"description":"App name, e.g. \"Pomodoro Timer\"","type":"string"},"price":{"description":"Credits charged per use, 0 for free, up to 1000","type":"number"},"private":{"description":"Keep this app private to its owner; use true for personal widgets","type":"boolean"},"public":{"description":"Publish only when explicitly requested by the owner. Personal apps are private by default.","type":"boolean"},"slug":{"description":"URL-friendly id, e.g. pomodoro-timer. Derived from the name if omitted","type":"string"},"tags":{"description":"Comma-separated tags","type":"string"}},"required":["name","html"]}},{"name":"apps_edit","description":"Edit an app you own — its name, description, tags, icon, HTML or price. Fields left out keep their value Apps run in a sandbox. Use fetch('/api/v1/<service>/<method>') or mu.service(name, method, args); mu.api does not exist. Direct external fetch is blocked. Inspect real service schemas and data before coding; never invent fields, rankings or claim runtime verification from static checks.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"description":{"description":"New description. Left alone if omitted","type":"string"},"html":{"description":"New HTML, up to 256KB. Left alone if omitted","type":"string"},"icon":{"description":"New SVG icon. Left alone if omitted","type":"string"},"name":{"description":"New name. Left alone if omitted","type":"string"},"price":{"description":"Credits charged per use, 0 for free, up to 1000","type":"number"},"slug":{"description":"The app's URL slug, e.g. pomodoro-timer","type":"string"},"tags":{"description":"New comma-separated tags. Left alone if omitted","type":"string"}},"required":["slug"]}},{"name":"apps_embed","description":"Show a saved micro app in the conversation. Embedding preserves access permissions and does not publish the app","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"slug":{"description":"The app's URL slug","type":"string"}},"required":["slug"]}},{"name":"apps_fork","description":"Fork an app into your own account, to change independently of the original","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"new_slug":{"description":"Slug for the copy. Generated from the original if omitted","type":"string"},"slug":{"description":"Slug of the app to fork","type":"string"}},"required":["slug"]}},{"name":"apps_read","description":"Read an app or build status by slug, including source HTML for apps you own","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"slug":{"description":"The app's URL slug, e.g. pomodoro-timer","type":"string"}},"required":["slug"]}},{"name":"apps_search","description":"Find your saved private micro apps by name, description or tag","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"description":"Search query — name, description or tag","type":"string"},"tag":{"description":"Filter to apps carrying this tag","type":"string"}}}},{"name":"apps_test","description":"Test an app by checking its HTML and checking supported SDK calls; this is not browser execution, so an author finds out what is broken without opening it","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"slug":{"description":"The app's URL slug","type":"string"}},"required":["slug"]}},{"name":"archive_list","description":"With a kind, the most recent entries of it. Without one, what kinds are archived and how much of each","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"kind":{"description":"One kind: news, post, video, market, social, reminder. Omit for a summary of what is here","type":"string"},"limit":{"description":"Max entries (default 20, max 100)","type":"number"}}}},{"name":"archive_search","description":"Search everything this instance has collected, across news, video, markets and posts at once. Use it when the question crosses a service, or when you do not know which service would hold the answer; news_search is narrower and better when you know it is news","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"kind":{"description":"Narrow to one kind: news, post, video, market, social, reminder. Omit to search everything","type":"string"},"limit":{"description":"Max results (default 20, max 100)","type":"number"},"query":{"description":"What to look for","type":"string"}},"required":["query"]}},{"name":"blog_create","description":"Publish a post to the caller's blog. For anything meant to be read later by other people — notes, write-ups, announcements. For a private note to yourself, prefer files or memory","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"content":{"description":"The post body, at least 50 characters","type":"string"},"private":{"description":"True to keep it to yourself","type":"boolean"},"tags":{"description":"Comma-separated tags","type":"string"},"title":{"description":"Post title. One is generated from the body if omitted","type":"string"}},"required":["content"]}},{"name":"blog_delete","description":"Delete one of the caller's own blog posts, by id or title. Refuses posts written by anyone else, and refuses an ambiguous title rather than guessing. Irreversible, so confirm with the user first","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"description":"The post's id, as given by blog_list","type":"string"},"title":{"description":"The post's title, or enough of it to be unambiguous. An ambiguous title is refused rather than guessed — deleting the wrong post is not recoverable","type":"string"}}}},{"name":"blog_list","description":"Read recent blog posts — titles, snippets and ids","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"limit":{"description":"Optional max number of posts (default all recent)","type":"number"}}}},{"name":"blog_read","description":"Read one blog post in full, by id or by title. Use after blog_list has found a candidate and the summary is not enough","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"description":"The post's id, as given by blog_list","type":"string"},"title":{"description":"The post's title, or enough of it to be unambiguous — use this when you have a name rather than an id","type":"string"}}}},{"name":"blog_update","description":"Edit one of the caller's own posts. Fields left out keep their current value","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"content":{"description":"New body, at least 50 characters. Left alone if omitted","type":"string"},"id":{"description":"The post's id, as given by blog_list","type":"string"},"tags":{"description":"New comma-separated tags. Left alone if omitted","type":"string"},"title":{"description":"New title. Left alone if omitted","type":"string"}},"required":["id"]}},{"name":"bookmarks_add","description":"Save an article, video, blog post or link privately. Re-saving preserves its note","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"note":{"description":"Optional private note","type":"string"},"ref":{"description":"Public archive item id for an article, video or blog post","type":"string"},"title":{"description":"Title for a link","type":"string"},"url":{"description":"Link to save when no archive id is available","type":"string"}}}},{"name":"bookmarks_annotate","description":"Set or clear a private note on one saved item","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"description":"","type":"string"},"note":{"description":"Private note, or empty to clear","type":"string"}},"required":["id"]}},{"name":"bookmarks_delete","description":"Remove one of your saved items","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"description":"Saved item id","type":"string"}},"required":["id"]}},{"name":"bookmarks_get","description":"Read one saved item and its private note, with available archived text. Videos have descriptions, not transcripts","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"description":"Saved item id","type":"string"}},"required":["id"]}},{"name":"bookmarks_list","description":"Find your saved reading by text or kind, newest first. Private notes are searched too","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"kind":{"description":"article, video, post or link; empty for all","type":"string"},"limit":{"description":"Maximum items, default 20, at most 100","type":"number"},"offset":{"description":"Number of matching items to skip","type":"number"},"query":{"description":"Search your saved titles, links, excerpts and private notes","type":"string"}}}},{"name":"browser_read","description":"Open a page in a real browser and read it after its JavaScript has run. Use it when web_fetch comes back empty or with only a nav bar, which is what a page that builds itself in the browser looks like to a plain fetch. web_fetch is free and is the right first try; this costs, because it runs a browser","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"url":{"description":"The page to open","type":"string"},"wait":{"description":"Optional CSS selector to wait for before reading, for content that arrives late","type":"string"}},"required":["url"]}},{"name":"browser_shot","description":"Photograph a page and get back a URL for the picture. What it looks like, rather than what it says — a chart, a layout, a page whose content is an image. Ask for full to capture past the first screenful","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"full":{"description":"Capture the whole page rather than one screenful","type":"boolean"},"url":{"description":"The page to photograph","type":"string"},"wait":{"description":"Optional CSS selector to wait for before the shot","type":"string"}},"required":["url"]}},{"name":"chat_messages","description":"Read the recent conversation in a discussion room","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"room":{"description":"Room id, as returned by Rooms","type":"string"}}}},{"name":"chat_rooms","description":"List discussion rooms that currently have activity","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"limit":{"description":"How many rooms to return (default 20)","type":"number"}}}},{"name":"chat_send","description":"Say something in a discussion room, as the caller. Use chat_rooms to find the room id","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"message":{"description":"What to say","type":"string"},"room":{"description":"Room id, as returned by chat_rooms","type":"string"}},"required":["room","message"]}},{"name":"chat_source","description":"Read one stored message owned by the caller, by id","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"description":"Stored message id","type":"string"}},"required":["id"]}},{"name":"chat_sources","description":"List stored message ids owned by the caller","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"limit":{"description":"","type":"number"},"offset":{"description":"","type":"number"}}}},{"name":"contacts_add","description":"Save someone to the address book. Adding a name already there updates it rather than making a second card","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"email":{"description":"Their email address","type":"string"},"name":{"description":"The person's name, e.g. \"Sarah Chen\"","type":"string"},"note":{"description":"Anything worth remembering about them","type":"string"},"phone":{"description":"Their phone number","type":"string"}},"required":["name"]}},{"name":"contacts_delete","description":"Remove someone from the address book","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"description":"The contact's id, from contacts_find or contacts_list","type":"string"}},"required":["id"]}},{"name":"contacts_find","description":"Look someone up in the address book by name, part of a name, or address. Use this before sending mail to a person named rather than addressed","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"description":"A name, part of a name, or an address","type":"string"}},"required":["query"]}},{"name":"contacts_list","description":"List everyone in the caller's address book","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{}}},{"name":"docs_delete","description":"Delete one of your documents, by id","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"description":"Document id, from docs_list","type":"string"}},"required":["id"]}},{"name":"docs_list","description":"List your documents, most recently changed first, with an optional search over titles and bodies. Use this to find an id","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"limit":{"description":"Maximum documents to return (default 50)","type":"number"},"query":{"description":"Optional text to match against titles and bodies","type":"string"}}}},{"name":"docs_read","description":"Read one of your documents in full, by id or by exact title","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"description":"Document id, from docs_list","type":"string"},"title":{"description":"Exact title, if you do not have the id","type":"string"}}}},{"name":"docs_write","description":"Write a document — a title and a markdown body. Pass an id to replace one you already have. Private unless you set public. For something long enough to re-read; for a short thing to remember, use notes","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"content":{"description":"The document's body, as markdown","type":"string"},"id":{"description":"Existing document id to replace. Omit to create a new one","type":"string"},"public":{"description":"Readable by anyone when true. Private by default","type":"boolean"},"title":{"description":"The document's title","type":"string"}},"required":["title","content"]}},{"name":"events_create","description":"Schedule a reminder or event at a given time; optionally repeating, and optionally running a prompt through the agent when it fires","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"minutes":{"description":"How long it lasts in minutes (default 30)","type":"number"},"note":{"description":"Optional extra detail","type":"string"},"prompt":{"description":"Optional instruction to run through the agent when it fires, e.g. \"brief me on today's news\". The answer is mailed to you","type":"string"},"repeat":{"description":"How often it recurs: hourly, daily, weekly or monthly. Omit for once","type":"string"},"title":{"description":"What to be reminded about, e.g. 'Call the dentist'","type":"string"},"when":{"description":"When to fire, RFC3339 with timezone offset, e.g. 2026-07-22T15:00:00+01:00","type":"string"}},"required":["title","when"]}},{"name":"events_delete","description":"Cancel an event by id","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"description":"The event's id, as given by events_list","type":"string"}},"required":["id"]}},{"name":"events_free","description":"Find when the caller has nothing booked — open slots of a given length, within working hours","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"day_end":{"description":"Latest hour of the day to offer, 0-23 (default 18)","type":"number"},"day_start":{"description":"Earliest hour of the day to offer, 0-23 (default 9)","type":"number"},"from":{"description":"Start of the window to search, RFC3339, e.g. 2026-08-03T00:00:00+01:00. Defaults to now","type":"string"},"minutes":{"description":"How long a slot you need, in minutes (default 30)","type":"number"},"to":{"description":"End of the window, RFC3339. Defaults to a week after from","type":"string"}}}},{"name":"events_list","description":"List the caller's upcoming events and reminders, each with its id","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"limit":{"description":"Maximum events, default 20, max 100","type":"number"},"offset":{"description":"Events to skip","type":"number"}}}},{"name":"events_read","description":"Read one schedule owned by the caller","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"description":"","type":"string"}},"required":["id"]}},{"name":"events_update","description":"Update one of your scheduled events without changing its id. Omitted fields stay unchanged; empty notes, prompts or recurrence clear them","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"description":"Event id from events_list","type":"string"},"minutes":{"description":"Duration in minutes, 1 to 10080","type":"number"},"note":{"description":"New note; empty clears it","type":"string"},"prompt":{"description":"New standing instruction; empty clears it","type":"string"},"repeat":{"description":"hourly, daily, weekly, monthly; empty makes it one-off","type":"string"},"title":{"description":"New title; omitted keeps the existing title","type":"string"},"when":{"description":"New future time as RFC3339 with timezone offset","type":"string"}},"required":["id"]}},{"name":"files_delete","description":"Delete a file you own","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"description":"The file's id","type":"string"}},"required":["id"]}},{"name":"files_driveread","description":"Read the caller's connected Google Drive. Read-only; connect in Account first.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"description":"Drive file id from DriveSearch","type":"string"}},"required":["id"]}},{"name":"files_drivesearch","description":"Search the caller's connected Google Drive. Read-only; connect in Account first.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"limit":{"description":"Number of files, up to 20","type":"number"},"page":{"description":"Next page token from a previous search","type":"string"},"query":{"description":"Text to find in the caller's connected Google Drive","type":"string"}}}},{"name":"files_get","description":"Read a stored file back by its id","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"description":"The file's id, as returned by files_put or files_list","type":"string"}},"required":["id"]}},{"name":"files_list","description":"List the caller's stored files, newest first","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{}}},{"name":"files_put","description":"Store a file and get a URL for it — a report, a CSV, a transcript","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"content":{"description":"The file's contents — plain text, or base64 when encoding is \"base64\"","type":"string"},"encoding":{"description":"\"base64\" for binary files; omit for text","type":"string"},"name":{"description":"File name including its extension, e.g. \"report.csv\"","type":"string"},"type":{"description":"Optional content type, e.g. \"text/csv\". Guessed from the name when omitted","type":"string"}},"required":["name","content"]}},{"name":"files_share","description":"Make a file readable by anyone with its URL, or private again","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"description":"The file's id","type":"string"},"public":{"description":"True to let anyone with the URL read it, false to make it private again","type":"boolean"}},"required":["id","public"]}},{"name":"flights_airport","description":"Report what is happening at an airport right now: what is on the ground, what is on approach and what is climbing out. Live positions, not the timetable, so it says nothing about scheduled or delayed departures","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"code":{"description":"An airport code or name, e.g. 'LHR', 'EGLL' or 'Heathrow'","type":"string"}},"required":["code"]}},{"name":"flights_overhead","description":"List the aircraft flying near a location right now, nearest first, with altitude, speed, heading and distance. Live positions broadcast by the aircraft themselves, not a schedule","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"lat":{"description":"Optional latitude, if the location is already known","type":"number"},"lon":{"description":"Optional longitude, if the location is already known","type":"number"},"near":{"description":"Where to look: a place name, or an airport name or code, e.g. 'Camden, London' or 'LHR'","type":"string"},"radius":{"description":"Optional radius in nautical miles (default 30, maximum 250)","type":"number"}}}},{"name":"flights_status","description":"Scheduled, estimated and actual flight arrival/departure times from Aviationstack. Requires a configured provider.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"airport":{"description":"IATA airport code, e.g. LHR","type":"string"},"direction":{"description":"arrivals or departures (default arrivals)","type":"string"},"flight":{"description":"IATA flight number, e.g. BA117","type":"string"}}}},{"name":"flights_track","description":"Find where an aircraft is right now by flight number ('BA117'), radio callsign ('BAW117') or registration ('G-ZBKL'). Only sees aeroplanes that are airborne and in range of a receiver — not finding one does not mean the flight was cancelled","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"flight":{"description":"A flight number ('BA117'), a radio callsign ('BAW117'), or an aircraft registration ('G-ZBKL')","type":"string"}},"required":["flight"]}},{"name":"food_hygiene","description":"Food hygiene ratings for UK businesses, from the Food Standards Agency inspections. Takes a business name, a town or postcode, or a lat/lon to look around","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"lat":{"description":"Optional: look around this point instead","type":"number"},"limit":{"description":"How many to return, default 10, max 30","type":"number"},"lon":{"description":"Optional: look around this point instead","type":"number"},"name":{"description":"Business name, e.g. 'Nandos'","type":"string"},"where":{"description":"Town, street or postcode to narrow it to","type":"string"}}}},{"name":"food_product","description":"Look up a packaged food by its barcode — name, brand, ingredients, allergens, nutrition per 100g, Nutri-Score and how processed it is","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"barcode":{"description":"The barcode, 6 to 14 digits, e.g. 5000168034928","type":"string"}},"required":["barcode"]}},{"name":"food_search","description":"Find packaged foods by name or brand, with the barcode of each so one can then be looked up in full","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"limit":{"description":"How many to return, default 10, max 25","type":"number"},"query":{"description":"Product or brand name, e.g. 'hobnobs' or 'oat milk'","type":"string"}},"required":["query"]}},{"name":"hazards_alerts","description":"Current disasters worldwide from GDACS — cyclones, floods, volcanoes, wildfires and earthquakes — with an alert level of green, orange or red. Pass lat/lon to ask about somewhere in particular","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"lat":{"description":"Optional: only alerts near this point","type":"number"},"level":{"description":"Lowest level to include: green, orange or red — default green (everything)","type":"string"},"lon":{"description":"Optional: only alerts near this point","type":"number"},"within_km":{"description":"Optional: how near, in kilometres, default 1000 when lat/lon given","type":"number"}}}},{"name":"hazards_floods","description":"Flood warnings and alerts in force in England, most severe first, from the Environment Agency. The one hazard here that is a forecast rather than a record — a warning says flooding is expected, which is something you can act on. Optionally near a point. England only, and the answer says so","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"lat":{"description":"Optional: only warnings near this point","type":"number"},"lon":{"description":"Optional: only warnings near this point","type":"number"},"severe":{"description":"Only warnings and severe warnings — leave out the be-prepared alerts","type":"boolean"},"within_km":{"description":"Optional: how near, in kilometres, default 30 when a point is given","type":"number"}}}},{"name":"hazards_quakes","description":"Recent earthquakes worldwide from the USGS, with magnitude, place and how long ago. Pass lat/lon to ask about somewhere in particular, min for a magnitude floor, and period for hour, day, week or month","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"lat":{"description":"Optional: only events near this point","type":"number"},"lon":{"description":"Optional: only events near this point","type":"number"},"min":{"description":"Smallest magnitude to include, default 2.5","type":"number"},"period":{"description":"hour, day, week or month — default day","type":"string"},"within_km":{"description":"Optional: how near, in kilometres, default 500 when lat/lon given","type":"number"}}}},{"name":"images_daily","description":"Retrieve the current daily image or a date","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"date":{"description":"YYYY-MM-DD; omitted for the current daily image","type":"string"}}}},{"name":"images_delete","description":"Delete an image you own","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"description":"","type":"string"}},"required":["id"]}},{"name":"images_generate","description":"Generate an image from a text prompt and return its URL","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"prompt":{"description":"What the image should depict","type":"string"}},"required":["prompt"]}},{"name":"images_get","description":"Retrieve accessible image metadata and URL","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"description":"","type":"string"}},"required":["id"]}},{"name":"images_list","description":"List stored images or the daily archive with pagination","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"cursor":{"description":"Next cursor from the previous page; keep query and scope unchanged","type":"string"},"limit":{"description":"Page size, default 20, maximum 100","type":"number"},"scope":{"description":"mine, public, all (own plus public), or daily; defaults to public","type":"string"}}}},{"name":"images_search","description":"Search accessible stored images by title, description, prompt and tags; public by default","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"cursor":{"description":"","type":"string"},"limit":{"description":"Max results (default 20)","type":"number"},"query":{"description":"What the image should show, in words","type":"string"},"scope":{"description":"public, mine, all, or daily; defaults to public","type":"string"}},"required":["query"]}},{"name":"images_share","description":"Explicitly publish or unpublish your image","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"description":"","type":"string"},"public":{"description":"Explicitly publish or unpublish this image","type":"boolean"}},"required":["id"]}},{"name":"images_update","description":"Edit metadata on an image you own","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"description":{"description":"","type":"string"},"id":{"description":"","type":"string"},"tags":{"description":"","type":"array"},"title":{"description":"","type":"string"}},"required":["id"]}},{"name":"images_upload","description":"Upload a private raster image","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"data":{"description":"Base64 PNG, JPEG or GIF; at most 512 KB decoded and 8 megapixels; browser uploads support 8 MB","type":"string"},"description":{"description":"Image caption, at most 1000 characters","type":"string"}},"required":["data"]}},{"name":"islam_read","description":"Read the full Islamic source passage from an islam_search result, with its source and reference. Preserve distinctions between original text, translation and commentary.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"path":{"description":"Resource path from a search result, e.g. /quran/2/255 or /seerah/page/10; an https://aslam.org URL is also accepted","type":"string"}},"required":["path"]}},{"name":"islam_search","description":"Search Aslam.org's Quran, hadith, names of Allah, Seerah, Ghazali, IslamQA, adhkar and Riyad us-Salihin. Returns reference excerpts, not generated answers. Distinguish Quran and hadith from biography and scholarly interpretation; cite the source.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"collection":{"description":"Optional source: quran, hadith, names, seerah, ghazali, islamqa, adhkar or salihin","type":"string"},"limit":{"description":"Maximum results, 1-50 (default 20)","type":"number"},"query":{"description":"Keywords to find in the Islamic knowledge base","type":"string"}},"required":["query"]}},{"name":"mail_gmailread","description":"Read the caller's connected Gmail. Read-only; connect in Account first.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"description":"Gmail message id from GmailSearch","type":"string"}},"required":["id"]}},{"name":"mail_gmailsearch","description":"Search the caller's connected Gmail. Read-only; connect in Account first.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"limit":{"description":"Number of messages, up to 20","type":"number"},"page":{"description":"Next page token from a previous search","type":"string"},"query":{"description":"Gmail search, e.g. is:unread. Limited to the last seven days. Returns headers only; use GmailRead for a relevant message body. Older mail is unavailable","type":"string"}}}},{"name":"mail_inbox","description":"List the account's most recent messages — read my mail, check my inbox","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"limit":{"description":"Max messages (default 10)","type":"number"},"offset":{"description":"Matching messages to skip","type":"number"},"tag":{"description":"Only messages sent to this plus-address tag","type":"string"}}}},{"name":"mail_info","description":"How to reach the caller here: the handle, the email address if this instance has a mail domain, and whether mail from outside can arrive at all. Pass a tag for a separate one (you+tag) — give that out, then read only its messages with mail_inbox(tag)","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"tag":{"description":"A label for this handle, e.g. \"research\" or \"receipts\". Omit for the plain one","type":"string"}}}},{"name":"mail_markread","description":"Mark specified inbox message IDs, or explicitly all current inbox messages, as read. Changes read status only; does not read, summarize or triage the content.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"all":{"description":"Explicitly mark all current inbox mail as read","type":"boolean"},"ids":{"description":"Message IDs to mark read; use all instead to clear the inbox unread count","type":"array"}}}},{"name":"mail_read","description":"Read your correspondence by id in bounded body-character pages, including attachment names. Follow the returned next offset for the rest. Omitting id retains the legacy inbox summary","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"description":"Message id from mail_inbox or mail_search","type":"string"},"limit":{"description":"Body characters per page; default and maximum 2000","type":"number"},"offset":{"description":"Body character offset","type":"number"}}}},{"name":"mail_search","description":"Search the account's mail and return matching messages","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"limit":{"description":"Max results (default 10)","type":"number"},"offset":{"description":"Matching messages to skip","type":"number"},"query":{"description":"What to look for","type":"string"},"tag":{"description":"Only messages sent to this plus-address tag","type":"string"}}}},{"name":"mail_send","description":"Write to somebody, as you. A username reaches them on this instance and is free; a full email address leaves over SMTP under this instance's domain, so a reply comes back to your inbox, and is charged. Resolve a name with contacts_find first. Mail that leaves needs MAIL_DOMAIN configured on the instance","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"body":{"description":"Message body, plain text","type":"string"},"subject":{"description":"Message subject","type":"string"},"to":{"description":"Recipient: a username on this instance, or a full email address. Resolve a name with contacts_find first","type":"string"}},"required":["to","subject","body"]}},{"name":"mail_source","description":"Read one stored message owned by the caller, by id","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"description":"Stored message id","type":"string"}},"required":["id"]}},{"name":"mail_sources","description":"List stored message ids owned by the caller","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"limit":{"description":"","type":"number"},"offset":{"description":"","type":"number"}}}},{"name":"maps_area","description":"Every tile covering a bounding box at a zoom level, as URLs, row by row from the north-west, and how many are already held. What to ask for when you want the map around a place rather than one numbered tile","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"east":{"description":"Eastern edge, in degrees longitude","type":"number"},"north":{"description":"Northern edge, in degrees latitude","type":"number"},"south":{"description":"Southern edge","type":"number"},"style":{"description":"road, outdoor or light","type":"string"},"west":{"description":"Western edge","type":"number"},"zoom":{"description":"Zoom level, 0 to 20","type":"number"}}}},{"name":"maps_tile","description":"The URL for one map tile, by zoom, column and row. Styles: road, outdoor (rights of way and contours), light (a quiet basemap to draw on). Free. Britain only","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"style":{"description":"road, outdoor or light — outdoor has rights of way and contours","type":"string"},"x":{"description":"Tile column at that zoom","type":"number"},"y":{"description":"Tile row at that zoom","type":"number"},"z":{"description":"Zoom level, 0 to 20","type":"number"}}}},{"name":"markets_convert","description":"Convert an amount from one currency to another — 250 GBP in JPY. Uses European Central Bank reference rates, and takes a past date back to 1999. Crypto converts at the live price through the dollar","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"amount":{"description":"How much to convert. Default 1","type":"number"},"date":{"description":"Optional: the rate on a past day, as 2020-01-03. Currencies only, back to 1999","type":"string"},"from":{"description":"Currency or asset to convert from, as a code: GBP, USD, EUR, BTC…","type":"string"},"to":{"description":"Currency or asset to convert to, as a code: JPY, USD, ETH…","type":"string"}},"required":["from","to"]}},{"name":"markets_history","description":"Read daily closing prices for a supported instrument over a range of up to 366 days. Missing trading days are omitted. Uses Yahoo Finance","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"end":{"description":"Last date inclusive, YYYY-MM-DD; default today. Maximum range 366 days","type":"string"},"limit":{"description":"Maximum points per page, default 20, maximum 100","type":"number"},"offset":{"description":"","type":"number"},"start":{"description":"First date, YYYY-MM-DD; default 30 days ago","type":"string"},"symbol":{"description":"Supported ticker, e.g. BTC, AAPL, GOLD or EUR","type":"string"}},"required":["symbol"]}},{"name":"markets_list","description":"Get live prices for cryptocurrencies, stocks, commodities (oil, gold, silver, copper and crops), futures and currencies","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"category":{"description":"crypto (BTC, ETH, SOL…), stocks, commodities (OIL, GOLD, SILVER, COPPER, COFFEE, WHEAT, CORN, SOYBEANS, OATS), futures (the metals and oil alone) or currencies (EUR, GBP, JPY…). Default crypto","type":"string"},"limit":{"description":"Maximum instruments, default 20, max 100","type":"number"},"offset":{"description":"Instruments to skip","type":"number"}}}},{"name":"markets_quote","description":"Read one supported instrument price in USD, with source, timestamp and staleness","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"symbol":{"description":"One supported ticker, e.g. BTC, AAPL, GOLD or EUR; prices are in USD","type":"string"}},"required":["symbol"]}},{"name":"news_headlines","description":"Read the home card headlines: latest story per topic, freshest first, at most ten","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{}}},{"name":"news_list","description":"Read recent news headlines with short summaries, balanced across topics","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"day":{"description":"today to restrict headlines to the caller’s local calendar day","type":"string"},"limit":{"description":"Optional max number of headlines (default 30)","type":"number"},"topic":{"description":"Optional topic/category filter (e.g. tech, world, business)","type":"string"}}}},{"name":"news_read","description":"Read one news article in full by its id or URL","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"description":"Article id (from Headlines) or article URL","type":"string"}},"required":["id"]}},{"name":"news_search","description":"Search indexed and live news for a topic","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"description":"Search terms, e.g. latest AI news","type":"string"}},"required":["query"]}},{"name":"notes_add","description":"Write a note under a title, so it is there next conversation. Writing a title that exists rewrites that note","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"text":{"description":"What the note says","type":"string"},"title":{"description":"What the note is called, e.g. \"location\" or \"project brief\". Writing a title that exists rewrites that note","type":"string"}},"required":["title","text"]}},{"name":"notes_delete","description":"Delete one note by title","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"title":{"description":"The note to delete, as returned by notes_list","type":"string"}},"required":["title"]}},{"name":"notes_get","description":"Read one note by title. Use it when you know the title; notes_list when you do not","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"title":{"description":"The note's title, as given to notes_add","type":"string"}},"required":["title"]}},{"name":"notes_list","description":"List every note the caller has written, with its text","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{}}},{"name":"notify_devices","description":"Whether this account can be reached by notification at all, and on which devices. Worth asking before promising to tell somebody something","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{}}},{"name":"notify_send","description":"Interrupt yourself on your own devices — a phone, a laptop — with the page closed. For the thing that cannot wait until the next time somebody looks. An answer to a question belongs in the thread it was asked in, not here","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"body":{"description":"A second line, up to about 300 characters. Optional","type":"string"},"title":{"description":"The line on the lock screen. Short — this is the whole message on a watch","type":"string"},"url":{"description":"Where tapping it goes, e.g. /inbox. A notification you cannot act on trains someone to ignore the next one","type":"string"}},"required":["title"]}},{"name":"places_address","description":"Name the place at a latitude and longitude — the reverse of places_geocode. Use it whenever you have coordinates and need to say where that is","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"lat":{"description":"Latitude, e.g. 51.5308","type":"number"},"lon":{"description":"Longitude, e.g. -0.1238","type":"number"}},"required":["lat","lon"]}},{"name":"places_elevation","description":"How high a place is above sea level, in metres and feet. Sampled from a 90-metre global elevation model, so a summit reads a little under its surveyed height","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"lat":{"description":"Optional latitude, if the location is already known","type":"number"},"lon":{"description":"Optional longitude, if the location is already known","type":"number"},"place":{"description":"A place name or address, e.g. 'Denver' or 'Ben Nevis'","type":"string"}}}},{"name":"places_geocode","description":"Resolve a place name or address to coordinates","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"address":{"description":"A place name or address to locate","type":"string"}}}},{"name":"places_nearby","description":"List points of interest near a location. Each one says whether it is open right now where that is known, so \"is anything open near me\" is one call","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"lat":{"description":"Optional latitude","type":"number"},"lon":{"description":"Optional longitude","type":"number"},"near":{"description":"Place to look around, e.g. 'Camden, London' (or give lat/lon)","type":"string"},"query":{"description":"Optional keyword to filter by, e.g. 'cafe'","type":"string"},"radius":{"description":"Optional radius in metres (default 1000)","type":"number"}}}},{"name":"places_search","description":"Find places by name or category, optionally near a location. Each one says whether it is open right now where that is known, rather than raw opening-hours text to interpret","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"lat":{"description":"Optional latitude, if the location is already known","type":"number"},"lon":{"description":"Optional longitude, if the location is already known","type":"number"},"near":{"description":"Optional place to search near, e.g. 'Shoreditch, London' or 'SF'","type":"string"},"query":{"description":"What to look for, e.g. 'ramen', 'pharmacy', 'Blue Bottle Coffee'","type":"string"},"radius":{"description":"Optional search radius in metres (default 2000)","type":"number"}},"required":["query"]}},{"name":"prayer_qibla","description":"Get the qibla — the compass bearing to face for Islamic prayer from a location","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"lat":{"description":"Latitude of the location","type":"number"},"lon":{"description":"Longitude of the location","type":"number"}},"required":["lat","lon"]}},{"name":"prayer_reflection","description":"Get today's Islamic reflection — a verse of the Quran with its surah, a saying of the Prophet, and a name of Allah","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{}}},{"name":"prayer_saying","description":"Look up a hadith from Sahih al-Bukhari, optionally from a given book","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"book":{"description":"Book number within Sahih al-Bukhari. Omit for a saying from any book","type":"number"}}}},{"name":"prayer_search","description":"Search the Quran, the hadith and the names of Allah by meaning — ask a question in plain language rather than naming a reference","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"description":"A question in plain language, e.g. \"what is said about patience\"","type":"string"}},"required":["query"]}},{"name":"prayer_times","description":"Get today's Islamic prayer times (salah) for a location, and which prayer is next","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"lat":{"description":"Latitude of the location","type":"number"},"lon":{"description":"Longitude of the location","type":"number"},"method":{"description":"Calculation convention: isna, mwl, egypt, karachi, gulf, diyanet, muis or jakim (defaults to isna)","type":"string"},"tz":{"description":"IANA timezone of the location, e.g. Europe/London (defaults to UTC)","type":"string"}},"required":["lat","lon"]}},{"name":"prayer_verse","description":"Look up a chapter of the Quran, or one verse within it, by number. Use prayer_search to ask a question instead of naming a reference","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"chapter":{"description":"Chapter (surah) number, 1-114","type":"number"},"verse":{"description":"Verse number within the chapter. Omit for the whole chapter","type":"number"}},"required":["chapter"]}},{"name":"recall_conversation","description":"Read one whole conversation back by id, as recall_search and recall_list report it","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"description":"The conversation's id, as recall_search reports it","type":"string"},"limit":{"description":"Max messages, most recent kept (default 50)","type":"number"}},"required":["id"]}},{"name":"recall_list","description":"List the caller's conversations, most recently active first, with what each is about and where it happened","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"client":{"description":"Only conversations on one client: web, mail, cli","type":"string"},"limit":{"description":"Max conversations (default 20)","type":"number"}}}},{"name":"recall_search","description":"Search everything the caller has said to an agent and been told, wherever they said it — the browser, email, or the command line. Use it when something was mentioned and you need to find where; notes_get is for a fact somebody wrote down on purpose","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"client":{"description":"Narrow to where it was said: web, mail, cli. Omit for everywhere","type":"string"},"limit":{"description":"Max results (default 20, max 200)","type":"number"},"query":{"description":"What to look for — a word or phrase that was said","type":"string"}},"required":["query"]}},{"name":"routes_directions","description":"The turn-by-turn route between two places, with the distance for each instruction. Use ETA instead when only the travel time is wanted — this asks the provider for more and costs more","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"arrive_by":{"description":"Be there by this time, as RFC3339. Cannot be combined with depart_at","type":"string"},"depart_at":{"description":"When the journey starts, as RFC3339. Defaults to now","type":"string"},"from":{"description":"Where the journey starts, e.g. 'King's Cross, London' (or give from_lat/from_lon)","type":"string"},"from_lat":{"description":"Optional start latitude, if already known","type":"number"},"from_lon":{"description":"Optional start longitude, if already known","type":"number"},"mode":{"description":"How to travel: drive (default), walk, cycle or transit","type":"string"},"to":{"description":"Where the journey ends, e.g. 'Heathrow Airport'","type":"string"},"to_lat":{"description":"Optional end latitude, if already known","type":"number"},"to_lon":{"description":"Optional end longitude, if already known","type":"number"}}}},{"name":"routes_eta","description":"How long it takes to travel between two places, by road rather than as the crow flies. Can be asked about a future departure, or told when you need to arrive and answer when to leave","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"arrive_by":{"description":"Be there by this time, as RFC3339. Answers when to leave. Cannot be combined with depart_at","type":"string"},"depart_at":{"description":"When the journey starts, as RFC3339 (e.g. 2026-08-13T08:00:00Z). Defaults to now. Traffic and timetables are read for this time","type":"string"},"from":{"description":"Where the journey starts, e.g. 'King's Cross, London' (or give from_lat/from_lon)","type":"string"},"from_lat":{"description":"Optional start latitude, if already known","type":"number"},"from_lon":{"description":"Optional start longitude, if already known","type":"number"},"mode":{"description":"How to travel: drive (default), walk, cycle or transit","type":"string"},"to":{"description":"Where the journey ends, e.g. 'Heathrow Airport'","type":"string"},"to_lat":{"description":"Optional end latitude, if already known","type":"number"},"to_lon":{"description":"Optional end longitude, if already known","type":"number"}}}},{"name":"routes_nearest","description":"Given a starting point and several destinations, say which is quickest to reach and put them in order. Each destination is a separate routing lookup, so ask about the places you are actually choosing between rather than a long list","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"from":{"description":"Where you are starting from, e.g. 'Shoreditch, London' (or give from_lat/from_lon)","type":"string"},"from_lat":{"description":"Optional start latitude, if already known","type":"number"},"from_lon":{"description":"Optional start longitude, if already known","type":"number"},"mode":{"description":"How to travel: drive (default), walk, cycle or transit","type":"string"},"to":{"description":"The places to compare, e.g. ['Heathrow', 'Gatwick', 'Stansted']","type":"array"}},"required":["to"]}},{"name":"shell_run","description":"Run a shell command in your account's container sandbox and get back what it wrote. A real shell in a container: pipes, redirection and && all work, the working directory is /work and files there persist between calls. Use it to build, test, run scripts and move files about. A non-zero exit code comes back in the response rather than as an error, so read the output — a failing build is an answer","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"command":{"description":"A shell command to run, e.g. 'go test ./... 2>&1 | tail -40'","type":"string"},"dir":{"description":"Directory to run it in, under /work. Defaults to /work","type":"string"},"timeout":{"description":"Seconds to allow, up to the instance's maximum. Defaults to 120","type":"number"}},"required":["command"]}},{"name":"shell_write","description":"Put a file in your account's container sandbox, creating any missing directories. The only file operation that is not a shell command, because it is the one a shell is bad at: source is full of quotes and backticks and a heredoc will mangle it. The content arrives as a string and reaches the file without a shell seeing it. To read, list, search or change a file, use the shell — cat, ls, grep and sed are right there","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"content":{"description":"The whole file. This replaces what was there","type":"string"},"path":{"description":"Where to put it, relative to /work — not to the directory your last command left you in. Missing directories are created","type":"string"}},"required":["path","content"]}},{"name":"sms_history","description":"Read the texts this account has sent and received, newest first. Both directions, which is why it is not called an inbox","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"limit":{"description":"How many messages to return, newest first (default 50, max 200)","type":"number"}}}},{"name":"sms_number","description":"The number texts are sent from, which numbers are verified as yours, and how many messages are left today","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{}}},{"name":"sms_send","description":"Message somebody from this instance's number, by text or on WhatsApp. A text is charged per 160-character segment; WhatsApp is charged per 24-hour conversation and only reaches somebody who wrote in within the last day. Capped per day either way, and the recipient can stop it with STOP","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"channel":{"description":"How to send it: 'sms' (the default) or 'whatsapp'. WhatsApp only works with somebody who messaged this instance in the last 24 hours — reply on the channel they used","type":"string"},"text":{"description":"What to say. A text is charged per 160-character segment, so brevity is not only good manners","type":"string"},"to":{"description":"The number to message, in international format, e.g. +447700900123. Use contacts_find to turn a name into one","type":"string"}},"required":["to","text"]}},{"name":"sms_source","description":"Read one stored message owned by the caller, by id","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"description":"Stored message id","type":"string"}},"required":["id"]}},{"name":"sms_sources","description":"List stored message ids owned by the caller","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"limit":{"description":"","type":"number"},"offset":{"description":"","type":"number"}}}},{"name":"sms_verify","description":"Claim a number as your own, so texts arriving from it reach this account. Call it with just the number to have a code texted there, then again with the code","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"code":{"description":"The code that was texted to that number. Omit to have one sent","type":"string"},"number":{"description":"Your own number, in international format","type":"string"}},"required":["number"]}},{"name":"social_list","description":"Read the latest social posts from the network","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"limit":{"description":"Optional max number of posts (default all recent)","type":"number"}}}},{"name":"social_search","description":"Search public posts on this instance by keyword. This is the instance's own feed, not the wider internet — use web_search for that","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"limit":{"description":"Max results (default 20)","type":"number"},"query":{"description":"What to look for in posts on this instance","type":"string"}},"required":["query"]}},{"name":"stream_list","description":"Read what has happened here recently","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"limit":{"description":"How many entries to return (default 20, max 100)","type":"number"}}}},{"name":"tasks_create","description":"Add a task. Assign it to the agent and it can pick the task up itself","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"assignee":{"description":"me (default) or agent — assign to the agent and it can pick the task up","type":"string"},"detail":{"description":"Anything the doer needs to know: context, links, constraints","type":"string"},"due":{"description":"Optional deadline, RFC3339 or 2006-01-02 15:04","type":"string"},"title":{"description":"What is to be done","type":"string"}},"required":["title"]}},{"name":"tasks_delete","description":"Remove a task","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"description":"The task's id","type":"string"}},"required":["id"]}},{"name":"tasks_list","description":"List the caller's tasks, open ones first; optionally filtered by state","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"limit":{"description":"Maximum tasks, default 20, max 100","type":"number"},"offset":{"description":"Tasks to skip","type":"number"},"status":{"description":"Optional filter: todo, doing, done, failed or blocked","type":"string"}}}},{"name":"tasks_next","description":"The next task assigned to the agent — what to work on now","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{}}},{"name":"tasks_read","description":"Read one task owned by the caller","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"description":"The task's id","type":"string"}},"required":["id"]}},{"name":"tasks_update","description":"Change a task: its state, or the result of doing it","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"detail":{"description":"New detail","type":"string"},"id":{"description":"The task's id","type":"string"},"result":{"description":"What came of it — the answer, the outcome, what was found","type":"string"},"status":{"description":"todo, doing, done, failed or blocked","type":"string"},"title":{"description":"New title","type":"string"}},"required":["id"]}},{"name":"text_classify","description":"Sort text into one of the labels you give, with a confidence. For routing, triage and moderation. Capped at 30,000 characters","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"labels":{"description":"Comma-separated labels to choose between","type":"string"},"text":{"description":"The text to sort","type":"string"}},"required":["text","labels"]}},{"name":"text_extract","description":"Turn text into JSON matching a schema you give. Pass the fields you want as a JSON schema or a plain description; returns JSON only. Capped at 30,000 characters","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"schema":{"description":"A JSON schema, or a plain description of the fields wanted","type":"string"},"text":{"description":"The text to read","type":"string"}},"required":["text","schema"]}},{"name":"text_summarise","description":"Summarise text into a few sentences. Pass style=bullets for a list, or a sentence count. Capped at 30,000 characters","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"lines":{"description":"Optional: roughly how many sentences or bullets","type":"number"},"style":{"description":"Optional: 'bullets' for a list, otherwise prose","type":"string"},"text":{"description":"The text to summarise","type":"string"}},"required":["text"]}},{"name":"text_translate","description":"Translate text into another language, preserving formatting. Capped at 30,000 characters","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"text":{"description":"The text to translate","type":"string"},"to":{"description":"Target language, e.g. 'French' or 'ar'","type":"string"}},"required":["text","to"]}},{"name":"transit_arrivals","description":"What is due at a stop and when. Takes a stop name or an id. In London this is live from TfL — buses, tube, DLR, Overground and Elizabeth line. Elsewhere it is the published timetable, and says so","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"stop":{"description":"Stop name or id, e.g. 'Oxford Circus' or 940GZZLUOXC","type":"string"}},"required":["stop"]}},{"name":"transit_buses","description":"Where the buses actually are near a point right now — line, where each is heading and how far away, nearest first. England, from the Bus Open Data Service. This is position rather than prediction: it says what is moving, not when it reaches you","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"lat":{"description":"Latitude of the point to look around","type":"number"},"limit":{"description":"How many to list, default 10","type":"number"},"lon":{"description":"Longitude of the point","type":"number"},"within_km":{"description":"How far to look, in kilometres — default 2, most 25","type":"number"}}}},{"name":"transit_feeds","description":"Which published timetables this instance carries, and which others it could — with the size of each, so an operator can see what switching one on costs. Also names the feeds that look right but whose timetables have run out","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"country":{"description":"Optional two-letter code to narrow the list: GB, US, ES…","type":"string"}}}},{"name":"transit_nearby","description":"Bus stops and stations near a point, nearest first, with the id each one is called by. London live from TfL; elsewhere from whichever published timetables this instance has loaded","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"lat":{"description":"Latitude","type":"number"},"lon":{"description":"Longitude","type":"number"},"radius":{"description":"Metres to search, default 400, max 2000","type":"number"}},"required":["lat","lon"]}},{"name":"transit_status","description":"Which lines are delayed, part-suspended or closed right now, and why. London only","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"modes":{"description":"Optional: tube, dlr, overground, elizabeth-line, tram — comma separated","type":"string"}}}},{"name":"transit_trains","description":"The live departure or arrival board at a British station, by its three-letter code — KGX, MAN, EDB. Scheduled and expected time, platform, operator and where it is going, plus any disruption notice. From National Rail","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"arrivals":{"description":"Show what is coming in rather than what is leaving","type":"boolean"},"rows":{"description":"How many services, 1 to 20, default 10","type":"number"},"station":{"description":"Three-letter station code — KGX, MAN, EDB","type":"string"}}}},{"name":"users_find","description":"Look somebody up by username or display name. Use this to turn a name somebody mentioned into an address you can write to","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"description":"A username or part of a display name","type":"string"}},"required":["query"]}},{"name":"users_get","description":"One user, by username","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"description":"Their username","type":"string"}},"required":["id"]}},{"name":"users_list","description":"Everyone on this instance, online first and then newest. Agents are included and marked; an agent account is a user here like any other","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"limit":{"description":"How many to return, newest first. Default 100","type":"number"},"online":{"description":"Only those seen in the last three minutes","type":"boolean"}}}},{"name":"video_list","description":"Read the latest videos from curated channels","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"category":{"description":"Optional curated category","type":"string"},"limit":{"description":"Maximum videos per page, default 20, maximum 100","type":"number"},"offset":{"description":"Videos to skip","type":"number"}}}},{"name":"video_read","description":"Read the metadata and description of one video already discovered by this instance. No transcript is available","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"description":"Video id or video_ archive id from List or Search","type":"string"}},"required":["id"]}},{"name":"video_search","description":"Search YouTube by keyword using this instance's search quota. Results are not restricted to the curated channels","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"channel":{"description":"Exact YouTube channel ID when the user requests a particular channel; obtain it from search results","type":"string"},"query":{"description":"What to search for","type":"string"}},"required":["query"]}},{"name":"wallet_address","description":"Your own address on Base, to receive USDC. Created the first time you ask. Funds sent on any other chain land at the same address there and cannot be reached from here","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{}}},{"name":"wallet_balance","description":"What your wallet holds in USDC on Base. Says so plainly when the chain could not be reached, because that is not the same as holding nothing","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{}}},{"name":"weather_air","description":"Air quality at a location right now — AQI, PM2.5, PM10, ozone, nitrogen dioxide, UV index, and pollen where it is counted","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"lat":{"description":"Latitude of the location","type":"number"},"lon":{"description":"Longitude of the location","type":"number"}},"required":["lat","lon"]}},{"name":"weather_forecast","description":"Get the weather forecast for a location — current conditions, the days ahead, and today's sunrise, sunset and how much daylight is left, which is the fact that decides an afternoon outdoors","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"lat":{"description":"Latitude of the location","type":"number"},"lon":{"description":"Longitude of the location","type":"number"}},"required":["lat","lon"]}},{"name":"weather_history","description":"What the weather actually was at a location between two dates — average high and low, total rainfall and the extremes. Records run a few days behind today","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"end":{"description":"Last day, as 2025-08-31","type":"string"},"lat":{"description":"Latitude of the location","type":"number"},"lon":{"description":"Longitude of the location","type":"number"},"start":{"description":"First day, as 2025-08-01","type":"string"}},"required":["lat","lon","start","end"]}},{"name":"weather_lookup","description":"Look up the weather by town or city name","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"day":{"description":"today or tomorrow; empty returns the current multi-day forecast","type":"string"},"focus":{"description":"rain for a rain-focused answer, otherwise a general forecast","type":"string"},"place":{"description":"Town or city to look up","type":"string"}}}},{"name":"weather_marine","description":"Sea state at a coastal or offshore point — wave height, period and direction now and for the days ahead, with sea temperature","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"days":{"description":"How many days ahead, 1 to 7 — default 3","type":"number"},"lat":{"description":"Latitude of a coastal or offshore point","type":"number"},"lon":{"description":"Longitude of a coastal or offshore point","type":"number"}},"required":["lat","lon"]}},{"name":"web_fetch","description":"Fetch a web page by URL and return its cleaned readable content, stripping ads, popups and navigation. Needs an account","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"url":{"description":"The URL to fetch","type":"string"}},"required":["url"]}},{"name":"web_images","description":"Search the web for images, thumbnails and original source pages","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"limit":{"description":"Maximum results, default 24","type":"number"},"query":{"description":"Images to find on the web","type":"string"}},"required":["query"]}},{"name":"web_search","description":"Search the web for current information and news","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"limit":{"description":"Optional max number of results","type":"number"},"query":{"description":"Search query","type":"string"}},"required":["query"]}}],"scan":{"score":84,"grade":"B","scanned_at":"2026-09-24T11:59:41.282Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-24T11:59:41.245Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 947ms"]},"poisoning":{"score":15,"max":15,"notes":["156 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 27 write-action tools with no auth"]},"maintenance":{"score":15,"max":15,"notes":["last push 0 days ago"]},"identity":{"score":10,"max":10,"notes":["registry namespace matches repository owner","GitHub account older than a year","website matches verified namespace"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"}],"inputs":{"probes":[{"url":"https://micro.mu/mcp","reachable":true,"authRequired":false,"latencyMs":947,"serverInfo":{"name":"micro","version":"1.0.0"}}],"packages":[],"repo":{"found":true,"owner":"micro","repo":"mu","archived":false,"pushedAt":"2026-09-24T09:56:39Z","stars":434,"forks":21,"openIssues":61,"ownerType":"Organization","ownerAvatarUrl":"https://avatars.githubusercontent.com/u/5161210?v=4","ownerCreatedAt":"2013-08-04T19:35:53Z","license":"AGPL-3.0"},"icon":{"url":"https://micro.mu/icon-192.png","source":"site","width":192,"height":192},"presence":{"stars":434,"forks":21,"downloadsWeek":null,"license":"AGPL-3.0","lastPushAt":"2026-09-24T09:56:39.000Z","score":48}}}},"grade_history":[],"reviews":[]}