webdiet_list_message_templates
Load patient welcome message templates. Returns the active layout and all available template layouts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tipo | No | adicionar | |
| account | No |
Load patient welcome message templates. Returns the active layout and all available template layouts.
| Name | Required | Description | Default |
|---|---|---|---|
| tipo | No | adicionar | |
| account | No |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and idempotentHint=true, so the safety profile is clear. The description adds value by detailing what is returned (active layout + all templates), which is beyond the annotations. No contradictions.
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 concise sentences: purpose first, return value second. No wasted words, front-loaded, and easy to parse.
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 no output schema, the description explains the return format reasonably. However, it omits any explanation of parameters or the read-only nature (though annotations cover safety). For a list tool with two parameters, more detail on their function would improve completeness.
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 0%, yet the description does not explain the two parameters (tipo and account) or their expected values. The default for 'tipo' is 'adicionar', but no context is given for what this means. The description fails to compensate for the lack of schema documentation.
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 loads 'patient welcome message templates' and specifies it returns both the active layout and all available template layouts. This verb+resource combination is specific and distinguishes it from sibling tools like webdiet_preconsulta_list_templates.
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 implies when to use (to load welcome message templates) but provides no explicit guidance on when not to use or how it compares to other list tools among the many webdiet_ siblings. No alternatives are mentioned.
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.