Skip to main content
Glama

save_review_findings

Save code review summaries to track progress across project reviews. Enables documentation of findings like critical issues and improvements for ongoing development monitoring.

Instructions

Save a summary of review findings to the project history. Call this after completing a review to enable progress tracking across reviews.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
summaryYesBrief summary of findings, e.g. "3 MUST FIX, 5 SHOULD FIX, 8 GOOD. Key: JWT missing orgId, role system over-engineered"
project_pathNoPath to the project. Defaults to current working directory.
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It states this is a save operation (implying mutation/write) and mentions enabling progress tracking, but lacks details on permissions, side effects (e.g., overwriting history), error handling, or response format. For a mutation tool with zero annotation coverage, this is a significant gap.

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, front-loaded with the core purpose and followed by usage guidance. Every sentence earns its place by adding value, with zero waste or redundancy. It's appropriately sized for the tool's complexity.

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 no annotations and no output schema, the description is moderately complete. It covers the purpose and usage context well, but for a mutation tool, it lacks details on behavioral traits like what 'save' entails (e.g., appending vs. overwriting), authentication needs, or return values. The schema handles parameters, but overall completeness is adequate with clear gaps.

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 100%, so the schema already documents both parameters (summary and project_path) with good descriptions. The tool description doesn't add any parameter-specific details beyond what's in the schema. With high schema coverage, the baseline is 3, as the description doesn't compensate but doesn't need to.

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 clearly states the tool's purpose: 'Save a summary of review findings to the project history.' It specifies the verb (save) and resource (summary to project history). However, it doesn't explicitly distinguish this tool from siblings like 'review' or 'todo_add' that might also involve project tracking, missing full differentiation.

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 clear context for when to use this tool: 'Call this after completing a review to enable progress tracking across reviews.' This gives a specific trigger (post-review) and goal (progress tracking). It doesn't mention when not to use it or name alternatives among siblings, so it's 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/fantasieleven-code/callout'

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