Skip to main content
Glama

Call Flow OpenAPI

flow_request

Call Flow Team API endpoints with automatic API key authentication. Manage path parameters, query strings, and request bodies for operations like listing projects and participants.

Instructions

Flow OpenAPI를 호출합니다. FLOW_API_KEY 환경변수를 기본으로 사용하며, x-flow-api-key 헤더를 자동 추가합니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNoJSON 요청 본문
pathNo예: /v1/projects/{projectId}/participants
queryNo쿼리스트링 값
apiKeyNoFLOW_API_KEY 대신 사용할 API Key
methodNo
baseUrlNo기본값: FLOW_API_BASE_URL 또는 https://api.flow.team
endpointIdNolist_flow_endpoints에서 확인한 endpoint id
pathParamsNo경로 템플릿 변수 값
Behavior3/5

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

The description adds useful context by revealing the default use of FLOW_API_KEY and automatic x-flow-api-key header. However, it omits critical behavioral traits: since it supports POST, PATCH, and DELETE, it can perform mutations, yet no warning about destructive operations or error handling is given. With no annotations, the description carries the full burden but only partially fulfills it.

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 extremely concise, two short sentences, with each providing distinct value: one states the function, the other the auth mechanism. There is no redundant or filler content, making it well-structured and efficient.

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?

For a tool with 8 parameters, nested objects, and no output schema or annotations, the description is too sparse. It fails to explain how to construct requests, what the response format is, or how to use path/query/body parameters. It also doesn't relate to sibling tools, making it incomplete for an agent to invoke reliably.

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 high (88%), with most parameters already having descriptive text. The description adds no parameter-specific meaning beyond what the schema provides, so a baseline score of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool calls the Flow OpenAPI, with a specific verb and resource. It provides a bit more detail than the title by mentioning the automatic header, but it doesn't distinguish this generic request tool from the more specific sibling tools, so it lacks full differentiation.

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 the alternative sibling tools. The description does not mention scenarios like 'use for custom endpoints not covered by specialized tools' or any exclusions, leaving the agent without direction on 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/baekbeombyeon/flow-team-mcp'

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