Skip to main content
Glama
ayush-s-tomar

Portfolio MCP Server

get_resume_summary

Retrieve a concise overview of Ayush's professional background, including education, target role, core tech stack, and career highlights to quickly understand suitability.

Instructions

Get a summary of Ayush's background: education, target role, core tech stack, and career highlights.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.1

TDQS

A3.6/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of disclosing behavioral traits. It only says 'Get a summary,' which implies a read operation, but it does not explicitly state that the tool has no side effects, does not require special permissions, or what the response format might be. There is no mention of data freshness, caching, or failure modes, leaving agents to assume the obvious.

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 a single, well-structured sentence with a colon followed by a concise list of the summary's components. It is front-loaded with the action and resource, contains no redundant words, and every phrase adds value. This is an exemplary level of conciseness.

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?

For a no-parameter, read-only tool, the description covers the essential information: what it returns and its scope. It does not describe the output format, but since there is no output schema, the agent may need to infer that a summary could be text or structured. Still, the tool is simple enough that this is a minor gap rather than a critical omission.

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?

The tool has zero parameters and the input schema is an empty object, so schema description coverage is trivially 100%. The baseline for 0-parameter tools is 4, and the description adds no parameter-specific meaning because none is needed. It appropriately focuses on the summary's content rather than inputs.

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 action ('Get a summary') and its specific resource (Ayush's background), enumerating the exact content categories (education, target role, core tech stack, career highlights). This makes it easily distinguishable from siblings like list_projects and get_project_details, which are project-focused.

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?

No explicit guidance is provided about when to use this tool versus alternatives. While the sibling tools are clearly project-related and this is the only resume-summary tool, the description does not state any conditions, exclusions, or mention that for detailed project info one should use a sibling tool. Usage is only implied by the tool's name and purpose.

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