Skip to main content
Glama
eyalbarash
by eyalbarash

cigchat_flow_custom_events_data

Get flow custom event data by namespace or exact name, with optional time range, limit, and starting ID filters.

Instructions

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoNumber of items in the response, between 1 and 100
end_timeNounix timestamp between 6 months ago and now, e.g. 1786123679.
event_nsYesthe custom event ns Accepts either the custom_event namespace id or the custom_event's exact name — the server resolves names automatically.
start_idNostarting from id
start_timeNounix timestamp between 6 month agos and now, e.g. 1786123679.
Behavior3/5

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

With no annotations, the description carries the disclosure burden. It does disclose the required 'Manage Flow' scope and implies a safe read operation via 'GET'. However, it does not mention pagination, response format, or other behavioral details, though the read-only intent is fairly explicit.

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 containing the action, resource, endpoint, and auth requirement. There is no redundant phrasing or filler, making it concise and front-loaded.

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

Completeness2/5

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

Despite having 5 parameters and no output schema, the description only states the purpose and auth scope. It does not clarify what the returned 'data' contains or how this tool differs from the closely named flow_custom_events_summary, leaving the agent under-informed for selection and invocation.

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 already provides descriptions for all 5 parameters, giving 100% schema coverage, so the baseline is 3. The description adds no parameter-specific meaning, which is acceptable because the schema fully documents each field and the time-window constraint.

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 a GET operation for 'flow custom event data' and includes the exact endpoint. The word 'data' distinguishes it from sibling tools like flow_custom_events_summary, making the resource and action unambiguous.

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 provided on when to use this tool versus similar siblings such as flow_custom_events_summary or list_custom_events. The only contextual note is the auth scope requirement, which is not enough to direct tool selection.

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