Skip to main content
Glama
ayushg8

Savage in a Suit MCP Server

by ayushg8

Create Member

create_member

Create a member success story with all required details. Members are anonymized by default.

Instructions

Add a member success story. Required: slug, name, initials, role, city, image, feat, outcome, path, quote, category. Members are anonymized by default.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityYes
featYesHeadline achievement, e.g. "Broke into PE"
firmNo
nameYes
pathYesCareer path summary, e.g. "Big 4 audit to PE"
roleYesCurrent role, e.g. "PE Associate"
slugYesUnique URL slug, e.g. "jordan-m"
imageYesImage path on the site
orderNo
quoteYes
outcomeYesConcrete outcome, e.g. "Associate offer"
categoryYes
featuredNo
initialsYes
linkedinNo
publishedNo
anonymizedNoHide identity on the public site (default true)
featDetailNo
showLinkedInNo
Behavior2/5

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

The annotations state readOnlyHint=false, indicating a write operation, and the description's 'Add' aligns with that. The description adds the detail 'Members are anonymized by default,' but this is already captured in the schema's anonymized property default, so it adds no new behavioral context. It doesn't disclose side effects, conflict handling, or permission requirements.

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?

The description is very concise—two sentences with no filler. It leads with the core purpose, then lists required fields and a default behavior, all in under 30 words. This is efficient, though the field list is a bit perfunctory.

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

Completeness2/5

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

Given 19 parameters, 11 required, no output schema, and low schema coverage, the description is under-specified. It doesn't describe what a member success story entails, how to structure the content fields, what the tool returns, or how it interacts with other member tools. This leaves an agent without enough guidance to invoke it confidently.

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?

With schema description coverage at 37%, the description should explain key parameters, but it only repeats the required field names from the schema. It doesn't provide any additional meaning for fields like city, name, initials, quote, or category, nor for optional fields, leaving significant ambiguity for an agent.

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 uses a specific verb 'Add' and identifies the resource as 'member success story,' clearly stating the tool's function. However, sibling tools like create_testimonial also deal with success stories, and the description doesn't differentiate between them, so it's clear but not fully distinguished.

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?

The description provides no guidance on when to use create_member versus update_member, delete_member, or create_testimonial. It only states what it does and lists required fields, with no context about scenarios or alternatives.

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