Skip to main content
Glama

flow_map

flow_map
Read-onlyIdempotent

Map end-to-end flows by specifying start and target entities to generate ordered steps, transitions, and boundary crossings across code paths.

Instructions

Graph tool for end-to-end flow questions: turn one graph path into ordered flow steps, transitions, and major boundary crossings.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectIdNo
projectRefNo
startEntityYes
targetEntityYes
directionNo
traversalDepthNo
edgeKindsNo
includeHeuristicEdgesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
toolNameYes
projectIdYes
resultYes
_hintsYes
Behavior3/5

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

Annotations already declare readOnlyHint and idempotentHint, covering safety. The description adds context about output format (ordered steps, transitions, boundary crossings) but does not disclose additional behavioral traits like auth needs or rate limits.

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 concise sentence that conveys the core purpose with no wasted words.

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?

Given the tool's complexity (8 parameters, nested objects, output schema exists) and 0% schema coverage, the description is insufficient. It does not explain required parameters, how to construct input objects, or interpret results, leaving significant gaps for the agent.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, and the tool description does not describe any parameters. The schema provides names and enums, but the description fails to add meaning or clarify usage of the 8 parameters, leaving the agent without guidance on how to specify start/target entities, direction, depth, etc.

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 purpose: converting a graph path into ordered flow steps, transitions, and boundary crossings. It distinguishes from siblings like graph_path and graph_neighbors by specifying the transformation into a structured flow.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for 'end-to-end flow questions' but does not explicitly state when to use this tool over alternatives or provide exclusion criteria. No explicit guidance on prerequisites or usage context.

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/drhalto/agentmako'

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