answer_energy_assessment_question
Submit one question answer. Free; usage tracked. [free]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| answerLabel | No | ||
| answerValue | Yes | ||
| questionKey | Yes | ||
| assessmentId | Yes |
Submit one question answer. Free; usage tracked. [free]
| Name | Required | Description | Default |
|---|---|---|---|
| answerLabel | No | ||
| answerValue | Yes | ||
| questionKey | Yes | ||
| assessmentId | Yes |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, and the description does not disclose whether this is an insert or update operation, whether it can be called multiple times, or what happens on duplicate submissions. 'Submit' implies a write but lacks side-effect details. The 'usage tracked' note is a minor disclosure but not behavioral.
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 very short and front-loaded with the key action. The redundancy of stating 'Free; usage tracked' and then '[free]' is minor. Overall, it is efficient but could replace the redundant cost note with more useful parameter details.
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 no annotations, no output schema, and four undocumented parameters, the description provides insufficient context to use the tool correctly. It does not explain the relationship to an energy assessment workflow or how to fill in the required fields.
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 description does not explain any of the four parameters. With 0% schema description coverage, the agent receives no semantic help for assessmentId, questionKey, answerValue, or answerLabel. The phrase 'one question answer' gives only a general hint.
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 'submit' and identifies the resource as 'one question answer', making the core action clear. However, it does not distinguish this from sibling tools like complete_energy_assessment or create_energy_assessment, and the term 'question answer' is somewhat vague without context.
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?
No guidance on when to use this tool versus alternatives. The description mentions 'Free; usage tracked' but this is cost information, not usage context. It does not indicate prerequisites like needing an assessmentId or how to obtain questionKeys.
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.