assetfare_status
Read current capabilities, caps, pause state, and independent RPC quorum.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Read current capabilities, caps, pause state, and independent RPC quorum.
| 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 readOnly, idempotent, openWorld, and non-destructive, so safety is covered. The description adds value by naming the exact queryable state (pause state, RPC quorum), but says nothing about freshness, caching, or what quorum failure looks like.
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 that lists the four returned facets without filler. Nothing could be cut without losing 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?
With no output schema and no parameters, the description carries the burden of telling the agent what it gets back, and it does so by enumerating the four state categories. It is adequate for a no-arg read tool, though it omits why an agent would call it versus checking state elsewhere.
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?
Zero parameters, so the baseline is 4. There is nothing for the description to compensate for, and it does not introduce any misleading parameter references.
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 enumerates the concrete resources returned: capabilities, caps, pause state, and RPC quorum. This clearly distinguishes it from the mutation-oriented siblings (prepare_*, create_session) and the observation tools, though it doesn't explicitly differentiate from assetfare_manifest, which could also be a read-only status surface.
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?
No when-to-use guidance, no prerequisites, and no alternatives named. The agent must infer from the description alone that this is a pre-flight/health-check tool rather than, say, a manifest query.
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.