Skip to main content
Glama

roiq_add_card

Add a card or row to a board or table, setting its name and optionally the status, assignee, and additional properties. The default status is the first column.

Instructions

Añade una tarjeta/fila a un tablero o tabla. status por defecto = primera columna.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
propsNo
statusNo
assigneeNo
pipelineIdYes
Behavior3/5

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

With no annotations, the description must convey behavioral traits. It adds the default status behavior, which is valuable. However, it does not disclose other important behaviors such as whether the tool creates a new card regardless of duplicates, or any side effects like auto-assignment. The description partially compensates for missing annotations but is not comprehensive.

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 concise at two sentences, front-loading the core action. However, it could be slightly more structured by listing key parameters or usage notes. No unnecessary information.

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?

Given 5 parameters (one nested), no output schema, and no annotations, the description is incomplete. It does not explain the return value, the effect of 'props', or the format of 'assignee'. A more complete description would include parameter details and result information.

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 0%, so the description must explain parameters. It only adds meaning for 'status' (default) but leaves 'name', 'props', 'assignee', and 'pipelineId' unexplained. The nested 'props' object is particularly vague, requiring inference. The description partially compensates but insufficiently.

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 clearly states the action ('Añade una tarjeta/fila') and the target resource ('un tablero o tabla'), with a specific default behavior noted ('status por defecto = primera columna'). This distinguishes it from siblings like roiq_add_column and roiq_update_card.

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?

The description provides no guidance on when to use this tool versus alternatives (e.g., roiq_update_card for existing cards, roiq_move_card for repositioning). No prerequisites or exclusions are mentioned, leaving the agent to infer context.

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/crisglezz/roiq-mcp'

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