Skip to main content
Glama

list_flows

List published sub-flows with optional name filtering to retrieve the exact flow_name required for trigger_flow. Read-only.

Instructions

List published sub-flows (optionally filtered by name). Provides the exact flow_name for trigger_flow. Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo
Install Server

TDQS

A4.3/5.0
Behavior4/5

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

With no annotations provided, the description carries the behavioral disclosure burden. It explicitly states 'Read-only' and limits the scope to 'published sub-flows', which usefully signals what the tool does and does not expose. It does not describe pagination or output structure, but for a simple list operation this is adequate.

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 deliver the core purpose, the filter option, and the key downstream use case. The most important information is front-loaded, and there is no filler or repetition.

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 tool with one optional parameter and no output schema, the description is complete enough: it says what is listed, how results can be filtered, what identifier to extract, and that it is read-only. An agent can correctly select and invoke this tool without further documentation.

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 schema has 0% description coverage and only one optional `name` parameter. The description adds that this parameter filters results by name, which is useful, but it does not clarify whether matching is exact, partial, or case-sensitive. The added meaning is modest but not fully compensating for the schema gap.

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 verb and resource: 'List published sub-flows' with an optional name filter. It also distinguishes this tool from siblings by noting it provides the exact `flow_name` needed for `trigger_flow`, which is a sibling tool in the same list.

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 gives clear context: use this tool to retrieve a valid `flow_name` for `trigger_flow`. It does not explicitly state exclusions or when not to use it, but the intended workflow is evident from the mention of `trigger_flow`.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/Anthonygp21/chateapro-mcp'

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