Skip to main content
Glama
maksdizzy

FlowAPI MCP Server

by maksdizzy

get_art_collection

Retrieve details of an art collection by providing its unique collection ID. Accessible as a system-level operation through the FlowAPI.

Instructions

Get art collection details by ID. System-level operation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
collection_idYesArt collection ID
Behavior3/5

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

With no annotations provided, the description carries the full burden for behavioral transparency. It discloses that this is a 'system-level operation,' hinting at restricted access or internal scope. However, it does not mention any mutation risks, rate limits, or potential error behavior (e.g., what happens if the collection ID does not exist). It adds some value over nothing but falls short of fully informing the agent.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is very brief, using only 8 words, which is concise but slightly under-specified. The key actions are front-loaded. Every word is earned, but the brevity limits completeness. A touch more detail on the system-level nature would improve without sacrificing conciseness.

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?

Given the tool's simplicity (1 required parameter, no output schema, no nested objects), the description covers the essential purpose. However, without annotations like readOnlyHint or any elaboration on return values or error cases, the agent might be uncertain about the tool's safety or scope. Completeness is adequate for a straightforward get operation but not robust.

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% (the single 'collection_id' parameter has a description), so the baseline is 3. The tool description adds minimal extra meaning beyond the schema—only clarifying that the ID is for an art collection. No additional semantics, formats, or examples are provided, meeting but not exceeding the baseline.

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 states a clear verb ('Get') and resource ('art collection details by ID') and adds a system-level context. It distinguishes itself from 'list_art_collections' (listing vs. single retrieval) and 'get_art' (collection vs. individual art). However, it lacks differentiation from general get tools like 'get_user' or 'get_external_worker', missing a score of 5.

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 gives minimal usage guidance beyond stating it is a 'system-level operation', which implies internal use. There is no mention of when to use this versus 'list_art_collections' or any alternatives, nor are there prerequisites or conditions explained. The guidance is adequate but not explicit.

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/maksdizzy/flowapi-mcp-server'

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