Skip to main content
Glama

Delete a service area

deleteServiceArea
DestructiveIdempotent

Remove a service area by ID using soft delete to keep data recoverable. Solves the need to retire areas without permanent loss.

Instructions

Delete a service area

Soft deletes a service area

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesService Area ID
Install Server

TDQS

B3.2/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare destructiveHint=true and idempotentHint=true, so the safety profile is covered by structured data. The description adds the 'soft deletes' nuance, which is useful, but does not explain what soft deletion means for downstream references or whether it is reversible.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is very short and front-loaded. The second sentence adds a meaningful distinction ('soft deletes'), though it is partially redundant with the title.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple one-parameter delete tool with strong annotations, the description is mostly adequate. However, it leaves out effects of soft deletion on existing assignments or related resources, and with no output schema a brief note on return behavior would have improved completeness.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema covers the single required id parameter fully with the description 'Service Area ID', so the description need not add much. It adds no extra meaning beyond the schema, so the baseline of 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb ('delete') and resource ('service area'), making the tool's function immediately clear. It is distinguishable from sibling delete tools by naming the service area resource, though it does not go far beyond the title's level of specificity.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus alternatives such as deleteCustomer, deleteTechnician, or deleteVehicle. The description gives no context about prerequisites, when soft deletion is appropriate, or when a different delete tool should be chosen.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/crisphive/crisphive-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server