Skip to main content
Glama
eyalbarash
by eyalbarash

cigchat_flow_inbound_webhooks

Retrieve a list of inbound webhooks configured for a specific flow. Supports name search and pagination for easy review and management.

Instructions

Get list of inbound webhooks by flow [GET /flow/inbound-webhooks] Requires the "Manage Flow" scope on the token.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoSearch for name
pageNoPage number, between 1 and 100
limitNoNumber of items in the response
Behavior3/5

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

No annotations are provided, so the description carries the burden of behavioral disclosure. It does mention the required scope ('Manage Flow'), which is useful, but it does not disclose pagination behavior, return format, or that this is a read-only operation. While the endpoint suggests GET, the description itself does not explicitly guarantee no side effects.

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 that includes the action, resource, endpoint, and a key auth requirement. Every piece of information is relevant and there is zero unnecessary text.

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?

For a simple list tool with no output schema, the description provides the essential action and auth requirement. However, it leaves gaps: it does not clarify what 'inbound webhooks' look like in the response, how the 'name' search interacts with 'flow', or pagination defaults. Given the lack of output schema and the 'by flow' wording, the description could be more complete.

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 input schema has 100% coverage with descriptions for all three parameters (name, page, limit), so the baseline is 3. The description does not add any additional meaning beyond the schema and actually introduces ambiguity by saying 'by flow' without a corresponding flow parameter in the 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 clearly states the tool's function: 'Get list of inbound webhooks by flow' with a specific resource (inbound webhooks) and verb (get list). It is distinct from sibling tools such as cigchat_flow_summary or cigchat_flow_agents, and the endpoint is provided for precision.

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 implies when to use this tool (to list inbound webhooks for a flow) and includes a prerequisite (requires 'Manage Flow' scope). However, it does not explicitly state when not to use it or provide alternatives, which is particularly notable given the large number of flow-related sibling tools.

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/eyalbarash/cig-chat-mcp'

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