Skip to main content
Glama
callremind

CallRemind MCP Server

Official
by callremind

listWebhookConfigurations

Retrieve webhook configurations for an agent, covering on_call_start and on_call_end events. View endpoints and settings with secrets redacted.

Instructions

List webhook configurations for an agent (on_call_start / on_call_end). Secrets are redacted.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agent_idYesAgent id
owner_emailNoIgnored for user API keys; required only with system API key

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.6

TDQS

A3.9/5.0
Behavior4/5

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

With no annotations provided, the description carries the full behavioral burden. It adds the valuable disclosure that secrets are redacted, and 'List' implies a read-only, non-destructive operation. It does not mention pagination or auth requirements for owner_email, but for a simple listing these are not critical gaps.

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 sentence with no filler, front-loading the action and resource, and the note about secret redaction earns its place by adding meaningful behavioral context.

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?

There is no output schema, so the description does not clarify the return shape beyond the implied 'list', and pagination is unmentioned. However, the tool is low-complexity, parameters are fully schema-documented, and the description covers the core behavior; it is minimally adequate with some inference required.

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 description coverage is 100%, with agent_id and owner_email already documented in the schema. The description adds no parameter-specific details beyond referring to 'an agent', so it provides no additional value over the structured schema.

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 states the specific operation ('List') and resource ('webhook configurations'), scoped to an agent and event types (on_call_start / on_call_end). It distinguishes this read operation from the sibling upsertWebhookConfiguration without needing to open the schema.

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 makes clear what the tool does and for whom, but it does not explicitly say when to prefer this over the sibling upsertWebhookConfiguration, nor does it state any exclusions. The contrast between 'list' and 'upsert' is implied rather than stated.

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

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/callremind/callremind-mcp'

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