Skip to main content
Glama

reject_access_request

Owner only: reject a pending access request. Nothing is emailed. An approved or rejected request is 409 request_already_decided. Free.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
api_keyNo
request_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses the permission requirement (owner only), a key side-effect absence (nothing is emailed), the exact error for already-decided requests (409 request_already_decided), and cost ('Free'). It does not describe the success response or that the request becomes rejected, but those are inferable and not critical gaps.

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?

Four short sentences, each adding distinct value: permission, action, side-effect note, error condition, and cost. Information is front-loaded and there is no filler or redundancy.

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 (2 optional params, no enums, output schema exists), and the description covers purpose, permission, and error behavior. However, it leaves api_key entirely unexplained and gives no hint about where to find the request_id (e.g., via list_access_requests). These gaps make the tool slightly under-specified for an agent to call it correctly on first try.

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%, so the description must compensate for explaining the parameters, but it does not mention api_key or request_id at all. The names are self-explanatory to some degree, but no guidance is given on how to obtain request_id or whether api_key is required for authentication. This is a significant gap for a two-parameter tool.

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 states a specific verb-action pair ('reject a pending access request') and clarifies the resource (access request) and scope (owner only). It is clearly distinct from sibling approve_access_request and other tools.

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 gives useful context: only for pending requests, only by the owner, and that already-decided requests produce a 409. It does not explicitly name the approve alternative or state when not to use it, but the pending-request condition effectively rules out non-pending cases.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources