glp_phase_guide
Return the protocol overview for a specific GLP-1 therapy phase (starting, titrating, maintenance, tapering, post_drug).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| glp1_phase | Yes |
Return the protocol overview for a specific GLP-1 therapy phase (starting, titrating, maintenance, tapering, post_drug).
| Name | Required | Description | Default |
|---|---|---|---|
| glp1_phase | Yes |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description is consistent with the readOnlyHint annotation (returning a protocol overview is a read operation), so there is no contradiction. However, it adds no extra behavioral context beyond the purpose, such as output format, included content, or limitations. The annotation covers the safety aspect, but the description doesn't enrich beyond that.
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 clear sentence that is front-loaded with the action and resource. It is appropriately concise with no wasted words or repetition of schema details beyond the phase list.
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?
Given the simplicity of the tool (one enum parameter, no output schema), the description provides a minimal viable overview. However, it fails to contextualize what a 'protocol overview' contains, and it doesn't differentiate from similarly named sibling tools. The description is complete for basic understanding but lacks depth for an agent to fully anticipate the response or choose it confidently amid alternatives.
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 schema has zero parameter descriptions, so the description helps by naming the phases and clarifying they are GLP-1 therapy phases. However, it essentially repeats the enum values without explaining what each phase entails or how the parameter should be used. This is adequate for a self-explanatory enum but not rich semantic coverage.
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 clearly states the tool returns a protocol overview for a specific GLP-1 therapy phase, using a specific verb and resource. It lists the exact phases, which helps clarify scope. However, it does not distinguish this tool from similar sibling tools like get_protocol or glp_protocol.
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 guidance on when to use this tool versus alternatives such as get_protocol or glp_protocol. No prerequisites, exclusions, or situational recommendations are provided, leaving the agent to guess based on the tool name alone.
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.