Skip to main content
Glama
yc-lm

performance-mcp

by yc-lm

save_performance_draft

Save a draft of self-evaluation scores and comments for a performance review. No final submission is made.

Instructions

Save self-evaluation scores and comments as a draft using the evaluation scores endpoint. This tool never submits a final evaluation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
scoresYesAll evaluation indicator scores to persist.
docAndCodeNoBrief code and document delivery summary.
selfCommentNoShort self-evaluation summary.
evaluationIdYesEvaluation ID to save.
Behavior3/5

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

No annotations are provided, so the description must disclose behavioral traits. It explicitly states the tool does not submit a final evaluation, but lacks details on idempotency, overwrite behavior, or success/failure outcomes.

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 that are immediately informative: the first gives the core purpose and endpoint, the second reinforces the non-submission trait. No wasted words.

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?

Given the lack of output schema and annotations, the description is adequate but not rich. It covers the essential behavioral trait (draft only) but omits return value, prerequisites, and error scenarios. Sibling tools are list/get, so no conflict.

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 coverage is 100% and all parameters have clear descriptions in the schema. The description adds minimal additional meaning beyond mentioning the endpoint. Baseline 3 is appropriate.

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 verb 'save' and the resource 'self-evaluation draft', and explicitly distinguishes from final submission. Sibling tools are list/get operations, so this tool's purpose is distinct.

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 tells the agent to use this for saving drafts and not for final submission ('never submits'). It does not explicitly list alternatives or when not to use, but the context is sufficiently clear.

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/yc-lm/performance-mcp'

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