Skip to main content
Glama
danchev

SpherePay MCP Server

by danchev

get_webhook

Retrieve a SpherePay webhook by ID to view its details, delivery status, and subscribed events for payment platform monitoring.

Instructions

Retrieve a SpherePay webhook by ID. Returns webhook details including delivery status and subscribed events.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
webhook_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions that the tool returns 'webhook details including delivery status and subscribed events', which adds some context about output, but it doesn't cover critical aspects like authentication needs, rate limits, error handling, or whether it's a read-only operation. This leaves significant gaps for a tool with no annotation support.

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, efficient sentence that front-loads the key action ('Retrieve') and includes essential details without any wasted words. It is appropriately sized for its purpose.

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

Completeness4/5

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

Given the tool's low complexity (1 parameter, no nested objects) and the presence of an output schema (which handles return values), the description is reasonably complete. It covers the basic purpose and output scope, though it could benefit from more behavioral context, especially since annotations are absent.

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 description coverage is 0%, so the description must compensate. It specifies that the tool retrieves 'by ID', which clarifies the purpose of the 'webhook_id' parameter, adding meaning beyond the bare schema. However, it doesn't provide details on parameter format, constraints, or examples, leaving room for improvement.

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 clearly states the verb ('Retrieve') and resource ('a SpherePay webhook by ID'), making the purpose specific and understandable. However, it doesn't explicitly differentiate this tool from its sibling 'get_event' or other retrieval tools, which prevents a perfect score.

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 no guidance on when to use this tool versus alternatives like 'get_event' or 'list_ank_accounts', nor does it mention prerequisites or exclusions. It only implies usage by stating what the tool does, without contextual instructions.

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/danchev/spherepay-mcp'

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