Skip to main content
Glama
ayushg8

Savage in a Suit MCP Server

by ayushg8

Update Testimonial

update_testimonial
Idempotent

Update a testimonial by ID or slug: modify only the fields you send, or set published to false to hide it from the public site.

Instructions

Update a testimonial by id or slug. Send only the fields to change. Set published to false to hide it from the public site.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesTestimonial id or slug
nameNo
slugNoUnique URL slug, e.g. "clay-burkett"
orderNo
quoteNo
detailNoSchool / firm / context, e.g. "University of North Georgia"
ratingNo1-5 star rating for short community reviews
resultNoOne-line outcome, e.g. "Launched his own hedge fund". Set this and featured: true to show it in the home Results band.
videoIdNo
featuredNoFeatured testimonials show as career-outcome cards; non-featured show as short reviews
publishedNo
videoTypeNo
Behavior4/5

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

The annotations already mark this as non-read-only, non-destructive, and idempotent. The description adds behavioral insight: hiding from the public site via published=false and the patch-like semantics of sending only changed fields. No contradiction.

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?

Two sentences, immediately front-loaded with the operation, then the update pattern, then a key usage caveat. No filler.

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?

Although the tool has 12 parameters, the schema describes most of them. The description gives essential missing context: how to identify a testimonial, partial update behavior, and the featured/published effect. It is adequate for an agent to use this tool correctly.

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

Parameters4/5

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

With only 50% schema coverage, the description clarifies the 'id' parameter to accept either id or slug, and the 'published' parameter's effect on public visibility. This adds meaning beyond the schema's terse descriptions.

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: 'Update a testimonial by id or slug.' It specifies the resource (testimonial) and the identifier (id or slug), distinguishing it from sibling tools like create_testimonial or delete_testimonial.

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

Usage Guidelines4/5

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

It provides clear usage context: partial updates ('Send only the fields to change') and a specific action ('Set published to false to hide it from the public site'). However, it does not explicitly name alternatives or exclusion criteria, so it 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.

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