Skip to main content
Glama
Grativy6

SeedPEA MCP Adapter

by Grativy6

review_institutional_branch_registration_json

Review institutional branch registration JSON to ensure completeness and support accountable review, without triggering an actual registration.

Instructions

Inspect an institutional branch declaration without registering it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
registration_jsonYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

A3.5/5.0
Behavior3/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. It discloses that the action is non-destructive (does not register), which is meaningful, but it does not describe return format, error handling, or whether any state changes occur. This is adequate but minimal for an inspection tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

One concise sentence front-loads the core action and its key constraint. There is no superfluous text, but it keeps even basic behavioral detail to a minimum.

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?

The tool is simple (one parameter, no annotations) and the output schema exists, so a full return description is not required. However, a brief note on acceptable input format or error behavior would notably improve completeness for a bare-bones definition.

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?

Schema description coverage is 0%, and the description leaves the single parameter 'registration_json' entirely to its name. The agent must infer that this string contains the branch declaration. The description does not compensate for the lack of schema-level detail.

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?

Description states a specific verb (inspect), a specific resource (institutional branch declaration), and the distinguishing constraint (without registering it). It clearly differentiates its purpose from siblings that review other declaration types.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The phrase 'without registering it' implies a review/inspection use case, but there is no explicit guidance on when to select this over alternatives, nor any exclusion criteria. It relies entirely on the tool name and domain context.

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