Skip to main content
Glama
passgage

Passgage MCP Server

Official
by passgage

passgage_approve_request

Approve or reject pending approval requests using their approval ID and action, with optional notes for the decision.

Instructions

Approve or reject a pending approval request

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
notesNoOptional notes for the approval decision
actionYesAction to take on the approval
approval_idYesUUID of the approval request
Behavior2/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 of behavioral disclosure. It states the action (approve/reject) but does not mention side effects, reversibility, permission requirements, or what happens to the request after the action, leaving significant behavioral ambiguity for an agent.

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, compact sentence with no filler or redundancy. The key action and target are front-loaded, and every word earns its place.

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 has simple parameters with a well-described schema, but the lack of annotations, output schema, and any mention of side effects or prerequisites leaves notable gaps. The description is minimally viable for selecting the tool but not fully complete for understanding the broader context of invoking it.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already provides 100% coverage of parameter descriptions, including the enum for action. The description adds minimal context beyond the schema, only implying that the request is pending. This meets the baseline for high schema coverage but does not add extra parameter meaning.

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 uses a specific verb ('Approve or reject') with a clear resource ('pending approval request'), which immediately distinguishes it from other approval tools like bulk_approve or update_approval. It fully captures the tool's primary function.

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 'pending approval request' implies when to use the tool, but there is no explicit guidance on when not to use it or how it differs from alternatives such as passgage_bulk_approve or passgage_update_approval. Usage context is only implied, not clearly articulated.

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/passgage/mcp-server'

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