This list is read from the running server, so it is exactly what a connected assistant sees. Every tool carries hints that tell the assistant whether it only reads or changes something, and whether it needs an account.
check_site
Check a Site
No account needed
Read only
Live check
Check whether a website is ready for AI agents against the UCP, WebMCP and Access specs. Use this when someone asks "can agents use my site", whether a site supports UCP or WebMCP, or why an agent cannot buy from or act on a page. Returns a score and grade per spec, every check that passed, warned or failed with a fix for each, and a shareable report link. Runs live and can take up to a minute for all three specs. Works without signing in; signed-in users get a higher daily limit.
Every plan, daily check limit
- url*
- The page to check, e.g. https://shop.example.com. A bare domain is checked over https.
- spec
- Which spec to check: ucp, webmcp, access, or all (default). WebMCP checks are page-specific, so pass the page that registers tools.
- fresh
- Skip the 10 minute result cache and check the site again now.
get_report
Get a Shared Report
No account needed
Read only
Fetch a check report by its share token, the 16 character code at the end of an orbilo.co/check/r/... link. Use this when someone pastes a report link or asks about a check that was already run, instead of checking the site again. Reports expire 30 days after the check. Works without signing in.
Every plan
- token*
- The share token, or the full report URL
list_monitored_sites
List Monitored Sites
Needs an account
Read only
List the sites your Orbilo team monitors, with the latest grade per spec (UCP, WebMCP, Access), how many issues are open on each, and how many sites the plan still allows. Use this when someone asks what they are monitoring, how their sites are doing, or whether they can add another site. Requires a connected Orbilo account.
Every plan
No inputs.
get_site_status
Get Site Status
Needs an account
Read only
The current standing of one monitored site: the latest stored check per spec (UCP and Access for the site, WebMCP per monitored page) and every open issue with its fix. Use this when someone asks what is wrong with a site they monitor, what to fix first, or when it was last checked. Pass the domain or the site id from list_monitored_sites. For a site that is not monitored, use check_site instead. Requires a connected Orbilo account.
Every plan
- site*
- The site domain (e.g. shop.example.com) or its id
add_monitored_site
Add a Monitored Site
Needs an account
Writes
Start monitoring a site: Orbilo checks it against UCP, WebMCP and Access now and on a schedule, and alerts the team when readiness changes. Use this when someone wants ongoing monitoring rather than a one-off check, or asks to be told when their site breaks for agents. Uses one of the plan's site slots. Requires a connected Orbilo account.
Uses a site slot: 1 on Free, 5 on Pro, 25 on Scale
- url*
- The site to monitor, as a domain or URL, e.g. shop.example.com. Monitoring is per site; WebMCP pages can be added on the dashboard.
Background the assistant can read before it advises. Both are the same plain-English release notes as the spec changelog.
UCP Changelog
orbilo://changelog/ucp
The latest UCP (Universal Commerce Protocol) spec releases explained in plain English: what changed, whether it is breaking, and what a site needs to do. Read this before advising on UCP changes.
WebMCP Changelog
orbilo://changelog/webmcp
The latest WebMCP spec releases explained in plain English: what changed, whether it is breaking, and what a site needs to do. Read this before advising on WebMCP changes.