Skip to main content
Glama
eyalbarash
by eyalbarash

cigchat_flow_ai_tasks

Retrieve AI tasks for a given flow, with filters for task name, namespace, or provider, plus pagination for browsing results.

Instructions

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoSearch for ai task name
pageNoPage number, between 1 and 100
limitNoNumber of items in the response
ai_task_nsNoSearch by ai task ns Accepts either the ai_task namespace id or the ai_task's exact name — the server resolves names automatically.
ai_providerNoSearch for ai provider, available ai_provider: openai, deepseek, xai, claude, gemini, groq, ainvented
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses the required 'Manage Flow' scope and the GET method, which implies read-only behavior. However, it does not explain response format, pagination behavior, or edge cases.

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 efficiently states the action and auth requirement, with no unnecessary words. It front-loads the core purpose and includes only essential additional 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?

The tool is a simple list operation with no output schema. The description mentions the endpoint and scope but lacks details on the response structure and default pagination. Given the schema covers filters, it is adequate but minimal.

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?

All 5 parameters have descriptions in the schema, covering their semantics. The description does not add any parameter-specific information, but with 100% schema coverage, the baseline of 3 applies.

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 as 'Get list of ai tasks by flow', including the HTTP method and path. It distinguishes from sibling tools like cigchat_flow_ai_task_info by indicating it returns a list rather than details of a single task.

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 description provides clear context for when to use this tool (listing AI tasks) but does not explicitly mention alternatives or when not to use it. No reference to sibling tools like cigchat_flow_ai_task_info is made, so it stops short of a 5.

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