My bots
get_my_botsThe key owner's Special Bots with their status and counters (candidates seen, matched, vetoed, last result). Read only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
get_my_botsThe key owner's Special Bots with their status and counters (candidates seen, matched, vetoed, last result). Read only.
| 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, and destructiveHint=false, so the safety profile is covered. The description adds useful context by enumerating the returned counters and clarifying that these are the key owner's Special Bots. It does not contradict the annotations.
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, front-loaded sentence that states the resource, ownership scope, and return contents without any filler. Every phrase earns its place.
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 parameterless read-only tool with annotations covering safety and no output schema, this description is complete: it identifies the owner, the resource type, and the fields returned. Nothing essential is missing for an agent to select and invoke it correctly.
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 and a fully covered schema, so there are no parameter semantics to explain. The description appropriately focuses on what the response contains instead, which is the relevant semantic information for this tool.
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 specific resource ('the key owner's Special Bots') and the exact information returned (status and counters: candidates seen, matched, vetoed, last result). This clearly distinguishes it from sibling tools like get_my_strategies or get_vetoed_signals. The read-only qualifier adds further clarity.
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 intended use is implied by the resource name and the listed contents: call this when you need the key owner's Special Bots status and counters. However, it does not explicitly state when to prefer this over sibling tools or provide any exclusion criteria. The read-only note gives safety context but not usage boundaries.
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.