Skip to main content
Glama

Afrotech.guide

Remove saved guide item

remove_saved_guide_item
DestructiveIdempotent

Requires member:write. Remove one saved guide item from the connected member account.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
typeYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
guideYes
dataPolicyYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3/5.0
Behavior3/5

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

Annotations already declare destructiveHint=true, idempotentHint=true, and readOnlyHint=false, so the safety profile is covered structurally. The description adds one genuinely useful behavioral fact beyond that: the member:write permission requirement. It does not disclose whether the item must already be saved or what happens on a miss.

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?

Two short sentences with zero filler, and the permission constraint is front-loaded ahead of the action. Efficient and easy to scan, though very sparse.

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?

An output schema exists, so return values need not be explained. However, for a destructive, permission-gated mutation with two fully undocumented parameters and no when-to-use guidance, the description is on the thin side.

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

Parameters2/5

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

Schema description coverage is 0% for two required parameters. The description says 'one saved guide item' but never explains that 'id' identifies the item or that 'type' discriminates among event/session/person/company/food. The enum is self-evident in the schema, but the id parameter is undocumented in both places.

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 states a specific verb and resource: 'Remove one saved guide item from the connected member account.' This clearly distinguishes it from siblings like save_guide_item, get_guide_item, and delete_itinerary. It stops short of naming those alternatives explicitly, so it's clear but not maximally differentiating.

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?

It states a permission prerequisite ('Requires member:write') but gives no guidance on when to use this versus saving, updating, or retrieving guide items, and no exclusions. The agent must infer the selection context from the tool name alone.

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.

Resources