Skip to main content
Glama
ayushg8

Savage in a Suit MCP Server

by ayushg8

Create Testimonial

create_testimonial

Add a testimonial to the site with required slug, name, and quote. Optionally feature a career outcome via result and featured, or rate it for a community review.

Instructions

Add a testimonial. Required: slug, name, quote. For a featured career-outcome card set result and featured: true; for a short community review set rating (1-5).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
slugYesUnique URL slug, e.g. "clay-burkett"
orderNo
quoteYes
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?

Annotations are all false and provide little behavioral context, so the description carries the burden. It clearly states the write nature ('Add') and explains behavioral implications of the two display modes (featured vs. review). It does not disclose defaults for fields like published or handling of duplicate slugs, but the mode guidance goes beyond the schema.

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 sentences, with the primary action first, then required fields, then the two use cases. Every word adds value; no filler or redundancy. It is well-structured and easy to parse quickly.

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?

With 11 parameters and no output schema, the description covers the main workflow (featured vs. review) but omits guidance for video, ordering, and publication state. It is sufficient for basic use but not complete for all possible invocations. Advanced agents would need to inspect the schema or guess for optional fields.

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?

Schema description coverage is 45%, so the description must compensate. It does clarify required parameters (slug, name, quote) and explains the semantic difference between rating and result/featured, which is valuable. However, it ignores many optional parameters (order, detail, videoId, videoType, published) that lack schema descriptions, leaving those semantics unclear.

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 opens with 'Add a testimonial', a specific verb and resource that clearly indicates creation. It distinguishes from sibling tools like update_testimonial and delete_testimonial by defining this as the create operation. The additional required-field list and two modes further clarify its purpose.

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?

The description provides explicit conditional guidance: set result and featured: true for featured career-outcome cards, or set rating (1-5) for short community reviews. It also lists required fields. However, it does not explicitly mention alternatives like update_testimonial for modifying existing testimonials, leaving a small gap in distinguishing when to create versus update.

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