assetfare_manifest
Read the Ed25519-signed capability, contract, release, and mainnet-evidence manifest.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Read the Ed25519-signed capability, contract, release, and mainnet-evidence manifest.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false and openWorldHint=true, so the safety profile is covered. The description adds one genuine behavioral fact beyond them: the manifest is Ed25519-signed, which tells the agent the payload is cryptographically verifiable. It says nothing about return shape, size, or whether any prior session/auth is required.
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 front-loaded sentence with no filler, boilerplate, or repetition of the tool name. Every clause (signature scheme, content categories) carries information.
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 read with rich annotations and no output schema, the description is adequate but thin: it does not say what a caller should do with the manifest, whether auth/session state is needed, or how this fits among the session-based siblings. The absence of an output schema means some return-value context would have helped.
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 takes zero parameters, so by the rubric the baseline is 4. The description correctly implies a parameterless global read, and there is nothing further it could usefully say about 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?
States a specific verb (Read) and a specific resource (manifest), then qualifies it with the manifest's content domains (capability, contract, release, mainnet-evidence) and its signature scheme (Ed25519). No sibling tool covers a manifest read, so it is distinguishable, but the description never explicitly contrasts itself with the assetfare_status or assetfare_read_session siblings.
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 statement of when to call this rather than assetfare_status, assetfare_read_session, or the observe_* tools, nor any prerequisite (e.g. session establishment). Usage is only weakly implied by the verb 'Read'.
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.