Skip to main content
Glama
granoflow

Granoflow MCP Server

Official
by granoflow

granoflow_api_request

Send HTTP requests to Granoflow's local API to manage tasks and projects. Use for operations not covered by dedicated tools.

Instructions

Run an allowed Granoflow Local HTTP API request. Prefer dedicated tools when available.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes
inputNoJSON object sent to the Granoflow Local HTTP API.
dryRunNoWhen true, previews write requests.
methodNoGET
Behavior2/5

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

No annotations are provided, leaving the description to cover behavior. It only mentions 'allowed' without explaining what that means, and fails to disclose the default dry-run behavior (though present in schema). No mention of auth, side effects, or error handling.

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?

Description is a single concise sentence front-loaded with the action. No unnecessary wording, but brevity comes at the cost of completeness.

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?

With 4 parameters, no output schema, and no annotations, the description is too minimal. It does not explain what endpoints are allowed, authentication, response format, or how to interpret results, leaving significant gaps for a generic HTTP tool.

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 50%, but the description adds no parameter-specific information beyond what is in the schema. The description does not compensate for the missing parameter descriptions.

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?

Description clearly states the tool runs an allowed Granoflow Local HTTP API request and explicitly advises to prefer dedicated tools when available, distinguishing it from sibling tools.

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?

Provides explicit guidance to prefer dedicated tools, which helps the agent decide when to use this fallback tool. However, it lacks explicit when-not-to-use or prerequisites.

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

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