Skip to main content
Glama

Сценарии

flows_list
Read-onlyIdempotent

List flow scenarios with their active status and node counts. Filter by specific bot or case, or get all scenarios across bots for a case.

Instructions

Какие сценарии заведены, какой из них в работе и сколько в них узлов. Без параметра bot возвращает сценарии всего дела — со всех ботов сразу.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
botNoБот: название, @username или идентификатор. Без него — все боты дела.
caseNoДело: название или идентификатор. Если не указать, берётся дело по умолчанию, иначе последнее открытое в панели.
Behavior5/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and non-destructive. The description adds valuable behavioral details beyond annotations: it returns a list of flows with their operational status and node counts, plus the default fallback to all bots in the case when 'bot' is omitted. No contradictions; annotations and description align well.

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?

Two concise sentences. The first states what the tool returns, the second clarifies the default scoping. Every word adds value, and it's immediately scannable.

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

Completeness5/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 rich annotations and full schema descriptions, the description covers the essential usage context. It communicates return highlights and default behavior without over-explaining, which is complete for this tool's simplicity.

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%, and the schema already explains the 'bot' parameter's default behavior ('Без него — все боты дела'). The tool description reiterates this but adds no meaningful new parameter semantics. Baseline 3 is appropriate since the schema does the heavy lifting.

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 lists flows with specific contextual details ('какой из них в работе' for status, 'сколько в них узлов' for node counts). It also explains the default scoping behavior without the 'bot' parameter, effectively distinguishing it from single-flow retrieval tools like flows_get. This is a specific verb+resource+scope definition.

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 on when to use it by explaining the behavior with and without the 'bot' parameter. It implicitly differentiates from flows_get/flows_export and others, though it doesn't explicitly name alternatives or exclusions. This meets the 'clear context, no exclusions' bar.

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/uk-kd/operbots-mcp'

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