discover
Discover Humanity Commons endpoints and protocol metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Discover Humanity Commons endpoints and protocol metadata.
| 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?
No annotations are present, so the description carries the full burden of behavioral disclosure. It only states a high-level purpose and does not mention read-only safety, response format, pagination, or any side effects, though 'Discover' weakly implies a read operation.
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?
A single sentence that front-loads the verb and resource, with no filler or redundancy. Every word contributes to the tool's purpose.
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?
The tool is simple (zero parameters, no output schema), and the description conveys the general purpose, but it lacks explicit behavioral context and sibling differentiation. It is minimally viable but not fully complete.
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 tool has zero parameters, so the input schema fully documents the call surface. The description has nothing to add about parameter meaning, and the baseline for zero-parameter tools is 4.
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 the verb 'Discover' with a specific resource, 'Humanity Commons endpoints and protocol metadata,' making it clear this is a metadata/endpoint discovery operation rather than a record operation. It distinguishes from sibling tools by resource type, though it does not explicitly contrast with them.
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?
Usage is implied: an agent would call this when it needs endpoints or protocol metadata for Humanity Commons. No explicit when-to-use or when-not-to-use guidance is provided, and no alternatives are named, but the resource scope makes the intended context reasonably clear.
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.
Each tool targets a distinct action: discovery, submission, retrieval, listing, verification, and critique. There is no meaningful overlap between record operations and protocol discovery.
Most tools follow a verb_noun pattern (submit_record, get_record, list_records, verify_record, critique_record). 'discover' is a single-word verb, which is a minor deviation but still readable and predictable.
Six tools is a well-scoped set for an append-only record system. Each tool covers a necessary capability without redundancy or bloat.
The core lifecycle of an append-only record system is covered: submit, retrieve, list, verify, and critique. A minor gap is the lack of a way to list critiques targeting a specific record, but agents can likely work around this via list_records.