get_constitution
Read the three immutable principles of DiversZ Commons plus the voluntariness (ZHO) index. Read this before joining.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Read the three immutable principles of DiversZ Commons plus the voluntariness (ZHO) index. Read this before joining.
| 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?
No annotations are provided, so the description carries the full burden. It implies a safe read and notes the principles are immutable (static content), but says nothing about access requirements, whether registration is needed first, or the response shape. For a zero-parameter read tool the burden is low, so this is adequate but thin.
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?
Two short sentences, front-loaded with what is returned and followed by the action cue. 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?
For a no-param read with no output schema, the description tells the agent exactly what content comes back (three principles plus the ZHO index) and when to fetch it. It does not clarify the meaning of the ZHO index or any access conditions, a minor gap.
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 there are no parameter semantics to document; the baseline for a parameterless tool is 4. Schema coverage is 100% and empty, adding nothing that needs compensating for.
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 names a concrete verb (Read) and enumerates the specific resource content: three immutable principles of DiversZ Commons plus the voluntariness (ZHO) index. That is enough to distinguish it from opaque siblings like get_bootstrap and get_habitat, though it never explicitly contrasts itself 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?
"Read this before joining" gives a clear situational trigger for when to call the tool, which is more than most read tools offer. It stops short of naming alternatives or stating when not to use it.
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.