Skip to main content
Glama

reqsign_add_verification

Add signature verification to a project by specifying its directory. Generates code to validate signed API requests.

Instructions

Generate signature verification (Pro feature)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
api_keyNo
directoryYesProject directory
Behavior2/5

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

No annotations are provided, so the description carries full responsibility for behavioral disclosure. It does not state whether the tool modifies project files, requires authentication via api_key, has side effects, or what happens if the Pro feature is unavailable. 'Generate' implies a write-like action but gives no detail.

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?

The description is extremely short and front-loaded with the core action. There is no redundant wording. The parenthetical 'Pro feature' is a minor but potentially useful caveat, though the overall terseness borders on under-specification.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With no annotations, no output schema, and only partial parameter descriptions, the tool is under-specified. It does not explain what inputs are needed, what output or files will be produced, whether existing code is altered, or how the api_key is used. An agent would need to infer too much to invoke this correctly with confidence.

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 only 50%: directory is described as 'Project directory', but api_key has no schema description. The tool description adds nothing about either parameter, leaving the api_key's purpose (likely for Pro access) and relationship to the verification feature unexplained.

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 states a specific verb and resource: 'Generate signature verification'. It is distinguishable from siblings like reqsign_generate_hmac and reqsign_generate_aws, which focus on creating signatures rather than verifying them. However, it does not explicitly say it adds verification to an existing signing setup.

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?

Usage context is only implied: the name and description suggest using this when signature verification is needed, versus signature generation for the sibling tools. There is no explicit when-to-use guidance, exclusion criteria, or mention of prerequisites like requiring an existing signing implementation.

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/barnburner121/claude-plugin-marketplace'

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