Skip to main content
Glama
eyalbarash
by eyalbarash

cigchat_flow_custom_events_summary

Retrieve a summary of custom events for a flow over a chosen time range. Specify the event namespace or exact name to get aggregated metrics.

Instructions

Get the flow custom event summary [GET /flow/custom-events/summary] Requires the "Manage Flow" scope on the token.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rangeNoAvailable ranges: yesterday (default), last_7_days , last_week , last_30_days , last_month , last_3_months
event_nsYesthe custom event ns Accepts either the custom_event namespace id or the custom_event's exact name — the server resolves names automatically.
Behavior3/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It reveals the HTTP method (GET) and the required 'Manage Flow' scope, which are useful, but does not describe return format, pagination, or any side effects. This is minimal but non-tautological.

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 sentences with no fluff. It front-loads the action and resource, then adds scope information. Every word earns its place.

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?

The description is adequate for a simple GET request, but with no output schema and no annotations, it could benefit from explaining what the summary contains or how it differs from raw data tools. The lack of return value details leaves some ambiguity.

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 both parameters, with descriptions present for 'range' and 'event_ns'. The description adds no additional parameter meaning beyond the schema, but none is needed given the high schema coverage, so baseline 3 applies.

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 tool gets a 'flow custom event summary' and provides the exact endpoint, making the purpose unambiguous. It is distinguishable from sibling tools like flow_custom_events_data by the word 'summary', though it doesn't explicitly contrast them.

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?

No guidance is given on when to use this tool versus alternatives. It only mentions the required scope, but provides no context about use cases, prerequisites, or exclusions, leaving the agent to infer appropriate usage.

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