List public Agent URLs
list_docs_urlsHowTo, use cases, tiers, discovery, OpenAPI, MCP endpoints.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
list_docs_urlsHowTo, use cases, tiers, discovery, OpenAPI, MCP endpoints.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections. Dates show when Glama detected each change.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already establish readOnly, idempotent, and non-destructive behavior, and the description adds no conflicting claims. It adds a little context by implying the returned URLs are organized around the listed documentation topics, but it does not describe output format, cardinality, or pagination.
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 very short and contains no filler, but it is a telegraphic list rather than a structured sentence. It is not misleading, yet it lacks a clear subject-verb framing that would make it front-loaded.
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 no-parameter read-only list tool, the description is nearly sufficient, but without an output schema it should say what the tool returns (e.g., a list of URLs grouped by the listed topics). The categorized fragment hints at the content but does not fully specify the response.
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?
With zero parameters, there is no semantic burden on the description; the baseline of 4 applies. The description adds nothing about parameters, but none exist to clarify.
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 is a fragment ('HowTo, use cases, tiers, discovery, OpenAPI, MCP endpoints') and does not state a verb or resource; only the title 'List public Agent URLs' makes the purpose clear. It hints at the content categories but does not explicitly distinguish this list tool from get_public_url.
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?
There is no guidance on when to call this tool instead of siblings such as get_agent_use_cases, get_public_url, or get_tier_policy. The categories might imply a directory use case, but that is not stated.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.
Most tools target a distinct docs concern: facts, use cases, tier policy, catalog placement, URL fetching, and URL listing. get_agent_facts and get_tier_policy are somewhat policy-adjacent, but their descriptions clarify the boundary.
All tools use a consistent snake_case verb_noun pattern, with get_* dominating and list_docs_urls as a natural variant. The naming clearly signals a read-only documentation/knowledge server.
Six tools is well-scoped for a documentation and policy retrieval server. Each tool has a clear purpose and none feels redundant or extraneous.
The surface covers the core knowledge needs: policy facts, use-case playbooks, tier rules, doc URL discovery, public URL retrieval, and MCP routing guidance. As a read-only docs server, it does not need CRUD operations, and the lack of them mirrors its stated constraints.