Skip to main content
Glama

Delete a profile

profiles_delete
Destructive

Delete a profile. The profile must have no connected accounts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
profile_idYesThe profile ID to delete (required)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior3/5

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

The annotations already provide destructiveHint=true and readOnlyHint=false, so the description is not required to repeat that behavior. The description adds the precondition about connected accounts, which is useful, but it does not disclose what happens if the precondition is violated or whether the deletion is permanent. The behavior is adequately covered by the annotations.

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

Conciseness5/5

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

The description is two short sentences with no unnecessary words. The core action is front-loaded, and the precondition is presented cleanly. Every sentence contributes meaningful information.

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

Completeness4/5

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

For a simple delete operation with one parameter, an output schema, and strong annotations, the description is complete enough. It states the critical precondition, which is the main contextual risk. A slightly fuller note on consequences of the preconditions would be ideal, but the current level is sufficient.

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 has full description coverage for the single profile_id parameter, including a handy statement that it is required. The description does not add extra meaning beyond the schema, so the baseline score of 3 is used.

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

Purpose5/5

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

The description clearly states the action as 'Delete a profile', specifying both the resource and the operation. It distinguishes itself from sibling tools like profiles_get and profiles_update by explicitly identifying the deletion lifecycle action. The added precondition about connected accounts further sharpens the purpose.

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

Usage Guidelines3/5

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

The only usage guidance is the precondition 'The profile must have no connected accounts', which implicitly tells the agent when deletion is valid. However, it does not explicitly name alternative tools or describe when not to use this tool beyond the precondition. This is clear but not fully explicit.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.