Skip to main content
Glama
ayushg8

Savage in a Suit MCP Server

by ayushg8

Delete Testimonial

delete_testimonial
DestructiveIdempotent

Permanently delete a testimonial by ID or slug. For hiding, use update instead.

Instructions

Permanently delete a testimonial by id or slug. Prefer update_testimonial with published: false if you only want to hide it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesTestimonial id or slug
Behavior3/5

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

Annotations already signal destructiveHint and readOnlyHint, so the description adds little beyond what is already known. The word 'permanently' is essentially redundant with the destructive annotation, and the alternative suggestion is more about usage than behavioral traits. No contradiction, but no meaningful new transparency.

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 only two sentences, front-loaded with the action and followed by a pragmatic alternative. Every word serves a purpose; no fluff.

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

Completeness5/5

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

For a single-parameter delete tool with no output schema, the description covers the core function, the parameter type, and the relevant alternative. It is fully sufficient for an agent to select and invoke the tool correctly.

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 100% coverage and already describes the 'id' parameter as 'Testimonial id or slug'. The description repeats this, adding no new detail. Baseline 3 is appropriate given the high schema coverage.

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 tool's verb (delete), resource (testimonial), and method (by id or slug). It also distinguishes itself from update_testimonial by emphasizing permanence, which differentiates it from sibling tools.

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

Usage Guidelines5/5

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

The description explicitly advises using update_testimonial with published: false when only hiding is needed, providing clear when-to-use guidance and an alternative. This is a strong usage guideline that prevents misuse.

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

Install Server

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/ayushg8/sias-mcp-server'

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