Skip to main content
Glama
etoyama

insight-blueprint

by etoyama

get_review_comments

Retrieve review comments for a design, returning all batches sorted newest first. Handles missing or corrupted data by returning an empty list.

Instructions

Get review comments for a design.

Returns all review batches sorted by created_at descending (newest first). Returns empty list if no reviews exist or file is corrupted.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
design_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations provided, the description carries the full behavioral disclosure burden. It proactively states the sorting order (newest first) and the edge-case behavior of returning an empty list when no reviews exist or the file is corrupted, which is valuable transparency beyond the basic 'get' semantics.

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 extremely concise—two sentences total—yet packs in the core purpose, sorting behavior, and edge case handling. There is no fluff or repetition; every sentence earns its place.

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?

Given the simple single-parameter schema and the presence of an output schema, the description covers the essential context: what the tool returns, ordering, and empty/corrupted behavior. It does not explain the return item structure, but that is documented by the output schema, so the description is sufficiently complete.

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?

The schema has 0% description coverage, so the description must compensate. It mentions 'for a design' but does not explain what design_id should be (e.g., format, meaning) or how it is used. The parameter is intuitive from the tool name, but the description adds no substantive semantics beyond the schema.

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 'Get review comments for a design' using a specific verb and resource. It also clarifies that it returns all review batches sorted by created_at descending, which distinguishes it from sibling tools like save_review_comment and save_review_batch.

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 given about when to use this tool versus alternatives. The description implies it is the read counterpart to the save review tools, but it does not state explicit when-to-use/when-not-to-use scenarios or name any 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/etoyama/insight-blueprint'

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