Get Unified Plan Fee Structures
get_unified_plan_fee_structuresGet unified plan fee structures for a community.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| communityObjectId | No |
get_unified_plan_fee_structuresGet unified plan fee structures for a community.
| Name | Required | Description | Default |
|---|---|---|---|
| communityObjectId | 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, so the description does not need to restate the read-only nature. However, the description adds no additional behavioral context beyond what annotations provide, which is adequate.
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 short sentence, making it very concise. However, it sacrifices clarity and completeness; it could benefit from additional context without becoming overly long.
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?
No output schema is provided, and the description does not explain the return value or structure. For a simple getter, the description is insufficiently complete, especially with 0% schema coverage.
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 coverage is 0%, meaning the parameter 'communityObjectId' has no description in the schema. The description does not mention the parameter at all, leaving the agent uninformed about its purpose or usage.
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 'Get unified plan fee structures for a community,' identifying the verb (Get) and resource (unified plan fee structures). It distinguishes from siblings like 'get_unified_plan_prices' by using the term 'fee structures' rather than 'prices,' though the exact distinction is implicit.
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 such as 'get_unified_plan_prices' or 'get_plan_info.' Lacks any context about prerequisites or typical scenarios.
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.