Skip to main content
Glama
Mizar-Contasti

Treeflow MCP Server

treeflow_create_fertilizer

Add a new tool or fertilizer to a Treeflow bot tree by specifying its type (automation, external API, knowledge base) and JSON configuration, enabling expanded chatbot capabilities.

Instructions

Crea o agrega una nueva herramienta / fertilizante adicional (ej. automation, external_api, knowledge_base).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesNombre descriptivo de la herramienta
configYesConfiguración JSON de la herramienta (url, headers, auth, etc.)
tree_idYesID del bot/árbol
fertilizer_typeYesTipo: automation, external_api, knowledge_base
Install Server

TDQS

B3.1/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full behavioral disclosure burden. It only says 'creates or adds' and does not mention whether calls are idempotent, whether a valid tree_id is required beforehand, what side effects occur, or what happens on duplicate creation. This is a meaningful gap for a mutating tool.

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 concise sentence with the key action and resource front-loaded. It is efficient, but the redundant 'nueva ... adicional' and the slash-separated 'herramienta / fertilizante' create slight ambiguity.

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 has 4 required parameters, a nested config object, no annotations, and no output schema. The description does not explain return values, validation rules, the necessity of an existing tree, or how the config object should be structured beyond generic hints. This is incomplete for a creation tool with non-trivial inputs.

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 minimal extra parameter meaning beyond repeating the fertilizer_type examples already present in the schema; it does not explain config structure beyond what the schema provides.

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 uses a clear action ('Crea o agrega') and resource ('herramienta / fertilizante') and gives concrete examples of fertilizer types, so an agent can tell this creates a fertilizer resource. It loses a point because the synonym 'herramienta / fertilizante' is slightly ambiguous and could overlap conceptually with the sibling integration tools.

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 usage context is implied: this tool is for adding a new fertilizer/automation/external_api/knowledge_base. However, it never explicitly states when to prefer this over alternatives like treeflow_configure_integration or treeflow_create_* tools, and there are no exclusions or when-not-to-use conditions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/Mizar-Contasti/tree-flow-mcp'

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