props_clear
Clears a specific prop from the display by providing its unique ID, removing it from the stage output.
Instructions
Clear a specific prop from display
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the prop to clear |
Clears a specific prop from the display by providing its unique ID, removing it from the stage output.
Clear a specific prop from display
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the prop to clear |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description must disclose behavioral traits. It only says 'clear from display' without explaining side effects (e.g., whether the prop is removed from the database or just hidden), or requirements (e.g., if the prop must be currently displayed). This is insufficient.
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?
Single sentence, directly states purpose. No unnecessary words. Front-loaded with the verb and resource.
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 simple tool with one parameter and no output schema, the description is minimally adequate. However, it lacks context about what 'clear' entails (e.g., does it affect auto-clear timers? Is it reversible?). Missing completeness for a clear action.
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 100% coverage (1 param described). The param description 'The ID of the prop to clear' adds minimal extra meaning beyond the tool description. Baseline score of 3 is appropriate as it does not significantly enhance understanding.
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 (clear), the resource (prop), and scope (specific prop from display). It effectively distinguishes from sibling tools like props_delete (which likely removes the prop entirely) and props_set (which sets a prop).
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 props_delete, props_set, or props_trigger. The description provides no context about prerequisites or typical use cases.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/alxpark/propresenter-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server