Skip to main content
Glama
arr-mcps
by arr-mcps

qui_cross_seed_webhook_check

Verify cross-seed webhook configuration by sending a POST request to the check endpoint. Supports path variables, query parameters, and JSON body.

Instructions

Call qui's POST /cross-seed/webhook/check endpoint. Pass path variables directly in arguments, query values in arguments.params, and a JSON request body in arguments.body.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
argumentsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It reveals that the tool makes a POST request, implying it may commit an action or trigger a side effect, but it does not describe what that side effect is, whether it is safe, idempotent, or requires special permissions. The description is purely mechanical and lacks any statement about consequences or response behavior.

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 that conveys the endpoint, HTTP method, and parameter-passing conventions without any fluff. Every clause serves a functional purpose, making it highly efficient and easy to parse.

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?

The tool likely interacts with a webhook check, but the description gives no context about its role, expected inputs/outputs, or relationship to other cross-seed tools. Even though an output schema exists, the description alone does not enable an agent to determine whether this is the right tool for a task or what the outcome will be. The brevity leaves significant gaps in understanding the tool's purpose and side effects.

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

Parameters5/5

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

Despite the schema being an opaque permissive 'arguments' object (0% coverage), the description explicitly explains how to map path variables, query parameters, and the request body to the arguments structure. This is essential practical guidance that significantly reduces ambiguity and enables correct invocation. It fully compensates for the absent schema details.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description specifies a concrete action: 'Call qui's POST /cross-seed/webhook/check endpoint.' This identifies the exact HTTP method and resource, but it does not state what the endpoint does (e.g., check webhook configuration, trigger a test). The tool name hints at a cross-seed webhook check, but the description offers no semantic explanation, making it only nominally distinct from many other cross-seed tools.

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

Usage Guidelines2/5

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

The description provides parameter-passing instructions: 'Pass path variables directly in arguments, query values in arguments.params, and a JSON request body in arguments.body.' This clarifies how to structure arguments, but it gives no guidance on when to use this tool versus alternatives, nor any exclusions or prerequisites. The 'when' is simply 'when you need to call this endpoint,' which is tautological and unhelpful for selection among siblings.

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/arr-mcps/qui-mcp'

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