list_proposals
Read requested improvements and administration decisions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| before | No |
Read requested improvements and administration decisions.
| Name | Required | Description | Default |
|---|---|---|---|
| before | No |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The readOnlyHint annotation already declares this as a safe read operation. The description adds context about the content of proposals, which is helpful, but does not disclose any additional behavioral traits such as pagination, ordering, or the exact structure of the response.
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 concise sentence with no redundant information, efficiently capturing the core purpose. However, the brevity comes at the cost of omitting parameter and usage 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 one undocumented parameter and no output schema, the description is notably incomplete. It explains what proposals are but not how to use the 'before' parameter or what the call returns, leaving the agent without enough information to use 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 schema defines a single optional integer parameter 'before' with a minimum of 1, but provides no description, and the tool description does not explain its meaning or effect. With 0% schema coverage, the missing semantics are a significant gap for correct invocation.
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 action (Read) and resource (proposals), and elaborates on their content ('requested improvements and administration decisions'), which distinguishes it from sibling listing tools like list_compute or list_polls. However, it does not specify whether it lists all proposals or a filtered subset, so it is not fully precise.
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 provides no guidance on when to use this tool versus alternatives, nor does it mention any exclusions or prerequisites. It simply states what it does, leaving the agent to infer usage context.
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.