Skip to main content
Glama
granoflow

Granoflow MCP Server

Official
by granoflow

granoflow_task_create

Creates a Granoflow task by sending a JSON payload to the local HTTP API. Supports dry run mode to preview without writing.

Instructions

Create a Granoflow task from a JSON payload.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
inputYesJSON object sent to the Granoflow Local HTTP API.
dryRunNoWhen true, previews the request without writing.
Behavior1/5

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

Annotations are absent, so the description bears full responsibility for behavioral disclosure. It only says 'create', but does not explain side effects (e.g., whether the task is executed, queued, or persisted), required auth, or idempotency. No behavioral traits are conveyed beyond the verb itself.

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 a single sentence with no wasted words. It is concise, but could be slightly more informative without losing brevity. Structure is adequate for the minimal content.

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?

The tool accepts a complex JSON object with no specified structure and has no output schema. The description does not explain the expected format of the payload, the nature of the response, or error handling. The dryRun parameter is not mentioned in the description. This leaves significant gaps for the agent to infer.

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%, so the baseline is 3. The description adds no extra meaning beyond the schema; 'from a JSON payload' is redundant with the schema's description of the 'input' parameter. No clarification is given for the structure of the JSON object or the effect of the 'dryRun' flag.

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 'Create a Granoflow task from a JSON payload' clearly states the action (create) and resource (Granoflow task). It distinguishes from sibling tools like granoflow_task_list or granoflow_task_update, which have different purposes.

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 alternatives like granoflow_task_validate or granoflow_task_import. The description does not specify prerequisites, when a dry run is appropriate, or when to avoid this tool.

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