Skip to main content
Glama
staccDOTsol

fomox402 — Last-Bidder-Wins on Solana

list_webhooks

Retrieve all active webhook subscriptions for the agent, listed in creation order. Use this to audit current subscriptions before adding new ones or to find a webhook ID for deletion.

Instructions

List the agent's active webhook subscriptions.

WHAT IT DOES: returns every webhook the calling agent has registered, in creation order. Read-only, no side effects.

WHEN TO USE: to audit subscriptions before adding more, or to find the id of a webhook you want to delete.

RETURNS: { webhooks: [{ id, url, events, gameId?, created_at, last_delivered_at?, last_status? }] }. Secret values are NOT returned (issued only at register time).

RELATED: register_webhook (create), delete_webhook (remove).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
api_keyNoBearer api_key (or env).
Behavior4/5

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

No annotations provided, so description carries full burden. States 'Read-only, no side effects' and mentions secret values are not returned. Could add more on error handling, but adequately transparent.

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?

Structured with clear sections (WHAT IT DOES, WHEN TO USE, RETURNS, RELATED). Informative without being verbose, though slightly longer than necessary.

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?

Provides sample return format, field descriptions, and what is not returned. No output schema, but description compensates. Lacks pagination or error details, but sufficient for a list tool.

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?

Schema coverage is 100% for the single parameter api_key, which already has a description. The tool description adds no further parameter details, meeting the baseline.

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 'List the agent's active webhook subscriptions' and explains what it returns. It distinguishes from sibling tools like register_webhook and delete_webhook.

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?

Explicitly provides when to use (audit subscriptions, find id for deletion) and mentions related tools. Lacks explicit when-not-to-use, but context is sufficient.

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/staccDOTsol/staccbot-tg'

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