delete_phone_number
Delete a phone number record from your Little Green Light CRM by specifying its unique Phone ID.
Instructions
Delete a phone number record by Phone ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Phone ID |
Delete a phone number record from your Little Green Light CRM by specifying its unique Phone ID.
Delete a phone number record by Phone ID
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Phone ID |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already provide destructiveHint=true, idempotentHint=true, and readOnlyHint=false, so the description adds minimal behavioral context beyond what annotations convey. It does not detail side effects or error handling, but with annotations, a 3 is appropriate.
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?
One sentence of 8 words, no filler, directly to the point. Every word earns its place.
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 delete operation with 1 parameter and no output schema, the description adequately specifies the action and identifier. It could mention outcome (e.g., success indicator), but given low complexity, it is nearly complete.
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 100% with 'Phone ID' description for the `id` parameter. The tool description repeats 'by Phone ID' but adds no new semantic value beyond the schema, so baseline 3 is correct.
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 'Delete a phone number record by Phone ID' clearly states the action (delete) and the resource (phone number record), and distinguishes it from siblings like create_phone_number and update_phone_number.
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 gives no guidance on when to use this tool vs alternatives (e.g., update_phone_number to remove a number) or prerequisites (e.g., existence of the record). The agent receives no context for decision-making.
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/WillHeadlee/Little-Green-Light-MCP-Server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server