Skip to main content
Glama

Wever Connect

respond_connection_request

Recipient explicitly allows or denies a pending request. Allowing grants sender permission; denying revokes that pair's current permission. Decisions and grants change atomically. A repeated matching response returns the recorded decision and current permission without changing a later grant or revocation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
allowedYes
request_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.7/5.0
Behavior4/5

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

The description discloses atomicity ('Decisions and grants change atomically') and idempotency ('A repeated matching response returns the recorded decision and current permission without changing a later grant or revocation'), which go beyond the annotation readOnlyHint=false. This adds valuable behavioral context for the agent.

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 two sentences and packs the essential information without excessive detail. It is well-structured and front-loads the core action.

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 description covers the core behavior and important edge cases (idempotency). However, it does not specify prerequisites like the request being pending or behavior for invalid IDs. Given the output schema exists and annotations are minimal, it is reasonably complete but has some gaps.

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 description does not explain the parameters beyond the general action. It does not explicitly state that 'allowed' is a boolean meaning true=allow and false=deny, nor that 'request_id' is the ID of the pending request. With schema coverage at 0%, the description should compensate, but it does not.

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 clearly states the tool's function: it allows or denies a pending connection request, and explains the consequences (granting or revoking permission). This distinguishes it from sibling tools like request_connection (creating a request) and allow_sender (which may be a different mechanism).

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 description does not explicitly state when to use this tool versus alternatives. It implies the context (recipient responding to a pending request) but does not mention when to use it instead of other tools like allow_sender or list_connection_requests. No exclusions are given.

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