Skip to main content
Glama
Grativy6

SeedPEA MCP Adapter

by Grativy6

review_release_envelope_json

Check release JSON against SEED-aligned fields to verify completeness for accountable review, without approving the release.

Instructions

Inspect declared SEED-aligned release fields without approving release.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
release_jsonYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

B3.2/5.0
Behavior3/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 behavioral disclosure. It does state that the tool inspects without approving, which implies a read-only and non-mutating nature, adding useful context. Yet it does not disclose other potential behaviors like validation errors or side effects, which would be expected for a tool of this kind.

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, concise, front-loaded sentence: 'Inspect declared SEED-aligned release fields without approving release.' It delivers the action, subject, and the key limitation in as few words as possible, with zero filler.

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 simple tool with one parameter and an expected output schema, the description adequately conveys what is done and the explicit constraint. There is no extraneous need to explain return values since output schema exists. The main gap is that it doesn't clarify the exact input format, which diminishes full contextual completeness.

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 input schema has 0% description coverage, providing only the parameter name 'release_json'. The description does not explain the parameter structure, format, or meaning beyond refers to 'declared SEED-aligned fields', which is insufficient to guide the agent on what exactly to pass. The description adds little semantic value over the raw parameter name.

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 action ('Inspect'), the resource ('declared SEED-aligned release fields'), and the explicit constraint ('without approving release'). This makes the purpose clear and distinguishes it from an approval action. However, it does not reference sibling tools, so distinction from similar review tools is only implicit.

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 indicates the tool is for inspection, explicitly excluding approval, which gives a clear 'when not to use' signal. However, it provides no direct guidance on when the specific siblings (e.g., review_authority_separation or review_evaluator_grant) should be used instead, leaving the selection criteria to inference.

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

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/Grativy6/seedpea-mcp-adapter'

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