Orbilo
Server Details
Check whether a website is ready for AI agents (UCP, WebMCP, Access) and monitor your own sites.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
5 toolsadd_monitored_siteAdd a Monitored SiteAInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | 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. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations only indicate non-read-only, non-idempotent, non-destructive. The description adds meaningful behavior: checks run 'now and on a schedule', team alerts are triggered on readiness changes, and the action consumes a plan site slot. This goes beyond the structural annotations without contradicting them.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Three sentences each earn their place: first states the action and its effects, second gives usage direction, third covers resource and prerequisite. Front-loaded with the core purpose; no filler or repetition of schema content.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a single-parameter mutation tool with no output schema, the description covers the action, scheduling behavior, alerting, usage context, account requirement, and slot consumption. Nothing essential is missing for an agent to decide whether and how to call it.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% and the single url parameter is already well-described in the schema (domain or URL, monitoring per site, WebMCP pages on dashboard). The description adds no extra parameter-specific meaning, so the baseline score of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Description opens with 'Start monitoring a site' – a specific verb and resource – and expands on what that entails: checks against UCP, WebMCP and Access now and on a schedule, plus alerts. It also contrasts with a 'one-off check', distinguishing it from the sibling check_site without needing to inspect schemas.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly states when to use: 'when someone wants ongoing monitoring rather than a one-off check, or asks to be told when their site breaks for agents.' It also gives a prerequisite ('Requires a connected Orbilo account') and an operational constraint ('Uses one of the plan's site slots'), giving clear go/no-go signals.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
check_siteCheck a SiteARead-onlyIdempotentInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The page to check, e.g. https://shop.example.com. A bare domain is checked over https. | |
| spec | No | Which spec to check: ucp, webmcp, access, or all (default). WebMCP checks are page-specific, so pass the page that registers tools. | |
| fresh | No | Skip the 10 minute result cache and check the site again now. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already establish read-only, idempotent, non-destructive behavior, and the description adds valuable context: it runs live, can take up to a minute, returns scores/grades with check-level fixes, provides a shareable report link, and notes the signed-in daily limit difference. No contradiction with annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is front-loaded with purpose and usage, then return value, runtime expectation, and auth behavior. Every sentence adds useful information with no filler or redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Despite no output schema, the description explains what is returned: score and grade per spec, passed/warned/failed checks with fixes, and a shareable report link. Combined with the rich schema and annotations, an agent has everything needed to invoke the tool correctly and interpret the result.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the baseline is 3. The description reinforces that all three specs are checked and that WebMCP is page-specific, but the detailed parameter meanings are already fully documented in the schema. No additional semantic burden is placed on the description.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific verb and resource: checking whether a website is ready for AI agents against the UCP, WebMCP, and Access specs. It also gives concrete user-intent triggers such as "can agents use my site" and "why an agent cannot buy from or act on a page," which makes the tool's role clear and distinct from status or monitoring tools.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
It explicitly says when to use the tool: when someone asks about agent readiness, spec support, or agent failures on a page. It does not name alternatives or state when not to use it, but the use cases are concrete and sufficient for an agent to select this tool over the siblings.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_reportGet a Shared ReportARead-onlyIdempotentInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | The share token, or the full report URL |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare read-only, idempotent, and non-destructive behavior. The description adds meaningful context beyond annotations: reports expire after 30 days, the token is a 16-character code at the end of a URL, and no sign-in is required. This is useful behavioral information an agent otherwise would not know.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Three concise sentences with no filler. The core purpose is front-loaded, followed by usage context, expiration, and auth note. Every sentence adds value.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a single-parameter read-only tool, the description covers purpose, token extraction, expiry, and authentication. It doesn't describe the report content or error behavior, but given the simplicity and strong annotations, nothing critical is missing for correct invocation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema already describes the token parameter at 100% coverage, including accepting the full report URL. The description adds complementary meaning by explaining where the token comes from and how to recognize it, which helps the agent validate or extract the parameter in real user inputs.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific action ('Fetch a check report') and a specific resource ('by its share token'), and clarifies the token's format and location. It clearly distinguishes this from siblings like check_site by framing it as retrieval of an already-run report rather than initiating a check.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly tells the agent when to use it: when someone pastes a report link or asks about a check that was already run. It also gives a direct alternative behavior ('instead of checking the site again'), which is strong usage guidance relative to the sibling tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_site_statusGet Site StatusARead-onlyIdempotentInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | The site domain (e.g. shop.example.com) or its id |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate read-only and idempotent behavior. The description adds transparency by noting it returns the 'latest stored check', implying no live check is performed. It does not mention potential errors or rate limits, but given the read-only nature and existing annotations, this is acceptable.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is concise yet informative, using three sentences to convey purpose, usage, and output. No redundant text; every sentence adds value and the structure flows logically.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Despite lacking an output schema, the description adequately describes what the tool returns: latest stored checks per spec and open issues with fixes. It also implies prioritization ('what to fix first'), giving users a complete picture of what to expect.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The single parameter 'site' is fully described in the schema with examples, and the description reinforces its usage by referencing list_monitored_sites. The meaning is crystal clear with no ambiguity.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's function: retrieving the latest stored checks and open issues for a single monitored site. It also distinguishes from the sibling tool check_site by specifying that this is for already monitored sites, making the purpose unambiguous.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicit usage guidance is provided: 'Use this when someone asks what is wrong with a site they monitor, what to fix first, or when it was last checked.' It also directs users to pass the domain or site id from list_monitored_sites, and explicitly says to use check_site for non-monitored sites, leaving no ambiguity about when to use this tool.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_monitored_sitesList Monitored SitesARead-onlyIdempotentInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already establish the tool as read-only, idempotent, and non-destructive. The description adds useful behavioral context beyond annotations, including the requirement for a connected Orbilo account and the quota visibility ('how many sites the plan still allows'), which helps set expectations without contradicting the annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is compact and front-loaded: the first sentence states the primary action and output contents, and the second sentence gives user-intent triggers plus a prerequisite. No wasted words or redundant restatement of the title.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a zero-parameter tool with no output schema, the description sufficiently covers what the call returns, when to call it, and what conditions are required. An agent has enough information to select and invoke this tool correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has zero parameters and the schema description coverage is 100%, so there is nothing for the description to add at the parameter level. Per the baseline for zero-parameter tools, a score of 4 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb and resource: 'List the sites your Orbilo team monitors,' and enumerates exactly what is returned (latest grade per spec, open issues, remaining plan allotment). This makes it clearly distinct from siblings like check_site, get_site_status, and get_report.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly states when to use it: 'Use this when someone asks what they are monitoring, how their sites are doing, or whether they can add another site.' It does not name exclusions or alternative tools, but the usage context is clear and actionable, plus it notes the connected-account prerequisite.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
5 tool updates
- First observed
add_monitored_site - First observed
check_site - First observed
get_report - First observed
get_site_status - First observed
list_monitored_sites
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
Scores any public website on how usable it is by AI agents, with per-check evidence.
Scan any website for AI agent readiness, payment protocols, and discovery endpoints
Checks whether a website is readable and citable by AI systems (ChatGPT, Claude, Perplexity, etc.)
Scan any website or MCP server for agent readiness: 0-100 score, a fix per failing check. Free.
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceEnables AI agents to scan any website for agent-readiness and generate the necessary artifacts (llms.txt, WebMCP scaffold, structured data) to make it agent-ready.18MIT
- AlicenseAqualityBmaintenanceEnables inspection of any website's AI-search readiness, checking AI crawler blocks, llms.txt, schema markup, and indexing directives from MCP clients like Claude.428MIT
- AlicenseAqualityBmaintenanceAn MCP server that gives AI agents tools to inspect a website's visibility to AI answer engines, including crawler permissions, llms.txt, structured data, on-page signals, and a full 29-check AI-readiness audit.554MIT
- AlicenseAqualityAmaintenanceEnables AI agents to check whether a public website is crawlable, understandable, and ready for AI search workflows through local-only audits of robots.txt, sitemaps, metadata, and llms.txt.32501MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Each tool targets a distinct action: live one-off checking, fetching a stored report, adding a monitored site, listing monitored sites, and retrieving a single site's status. The descriptions explicitly contrast when to use check_site versus get_site_status, so there is no meaningful ambiguity between tools.
All tools follow a consistent snake_case verb_noun pattern: add_, check_, get_, get_, list_. The verbs map cleanly to their operations, and there is no mixing of conventions or vague generic names.
Five tools is well-scoped for a site-readiness checking and monitoring service. Each tool contributes a distinct capability without unnecessary overlap or bloat.
The one-off checking flow is well covered with check_site and get_report, and the monitoring read side is covered by list_monitored_sites and get_site_status. However, the monitoring lifecycle is incomplete: sites can be added but there is no tool to stop monitoring, remove a site, or update monitoring settings, which is a notable gap.