link_token
Link a token to an entity for monitoring.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_id | No | Entity ID | |
| relationship | No | custody, trading, settlement | |
| token_symbol | No | Token e.g. USDC |
Link a token to an entity for monitoring.
| Name | Required | Description | Default |
|---|---|---|---|
| entity_id | No | Entity ID | |
| relationship | No | custody, trading, settlement | |
| token_symbol | No | Token e.g. USDC |
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 of behavioral disclosure. It does not state whether the operation is idempotent, what side effects occur, whether permissions are required, or what happens if the link already exists. The only disclosed behavior is the action itself.
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 a single, direct sentence with no filler or redundant wording. Every word contributes to the purpose, making it appropriately concise.
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 tool with three optional parameters, no output schema, and no annotations, the description is too thin. It does not clarify the required parameters, the meaning of the 'relationship' values beyond the schema hint, or the overall link lifecycle. More context is needed for reliable invocation.
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?
Schema description coverage is 100%, so the baseline is 3. The description adds no parameter-specific meaning beyond the schema, but the schema already documents each parameter adequately with simple descriptions.
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 a specific verb ('Link') and identifies both the direct object ('a token') and indirect object ('an entity'), with a clear purpose ('for monitoring'). It distinguishes from sibling tools focused on assessment or status checks, though the concept of 'entity' and 'monitoring' remains somewhat generic.
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?
The description provides no guidance on when to use this tool versus alternatives, nor does it mention any prerequisites or exclusions. No sibling tools are referenced, and there is no hint about when linking is appropriate.
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.