Skip to main content
Glama
meetergo

meetergo MCP server

Official
by meetergo

List webhooks

list_webhooks
Read-onlyIdempotent

List webhook endpoints for your company to review active subscriptions and track capacity against the six-endpoint limit.

Instructions

List webhook endpoints for the company. The result shows current subscriptions against the maximum of six endpoints.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNoThe results, when the API paginates
pageNoCurrent page, when the API paginates
itemsNoThe results, when the API returns a plain list
totalNoTotal matches, when the API paginates
Install Server

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, covering the safety profile. The description adds behavioral context beyond those annotations by revealing the six-endpoint limit and that the result indicates current subscription status relative to that cap.

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 two short sentences with no filler. The main action is front-loaded, and the additional constraint about the six-endpoint maximum is included efficiently.

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

Completeness5/5

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

For a simple zero-parameter read-only list operation, the description covers the essential behavior, the annotations cover safety, and the presence of an output schema means return-value documentation is not the description's job. Nothing important is missing.

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

Parameters4/5

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

The tool has zero parameters, so there is nothing for the description to explain. The baseline of 4 applies, and the description does not introduce any parameter-like ambiguity.

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 ('List') and resource ('webhook endpoints for the company'), clearly distinguishing this from sibling tools that create, update, or delete webhooks. It also adds a useful detail about comparing subscriptions against the six-endpoint maximum.

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?

The intended use is clear from the description and context: call this when you need to view existing webhook subscriptions. It does not explicitly name alternatives or exclusions, but the sibling set makes the read-vs-write distinction obvious, so the lack of explicit routing is not a significant gap.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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

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