Skip to main content
Glama

create_card

Create a new card on Favro, specifying name, description, tags, assignees, and placement by board, column, or lane.

Instructions

Create a new card.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
laneNoLane (swimlane) ID or name to place the card in. Only applies to boards with lanes enabled; use list_lanes to see available lanes.
nameYesCard name/title
tagsNoList of tag IDs or names to add
boardNoBoard ID or name (uses current board if not specified)
columnNoColumn ID or name to place the card in
assigneesNoList of user IDs, names, or emails to assign
descriptionNoDetailed description. Favro supports a subset of Markdown: **bold**, *italic*, ~~strikethrough~~, `inline code`, ```code blocks```, [links](url), bullet lists, numbered lists, headings (# and ## only), and horizontal rules (---). Do not use tables, images, blockquotes, checkbox lists, or heading levels beyond ## — unsupported syntax causes the entire description to be stored as plain text. For checklists, use tasklists instead (see update_card's add_tasklist and add_task parameters).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior1/5

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

With no annotations, the description must disclose behavioral traits but only says 'Create a new card.' It omits whether the operation is idempotent, permission requirements, or side effects like overwriting. The agent receives no behavioral insights beyond the name.

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

Conciseness2/5

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

The description is extremely concise at three words, but this under-specification sacrifices completeness. Important context about parameters and behavior is missing, making it insufficiently structured for effective use.

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 the tool's complexity (7 parameters, output schema exists) and lack of annotations, the description fails to provide sufficient context. No mention of return values, error handling, or operational scope, leaving the agent with inadequate information.

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?

The input schema has 100% description coverage, providing detailed parameter meanings. The tool description adds no additional semantics beyond the schema. Baseline score of 3 is appropriate as the schema already does the heavy lifting.

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 clearly states 'Create a new card,' specifying the action and resource. However, it does not differentiate from sibling tools like update_card, though the name itself provides distinction. A moderate score reflects clarity but lack of additional distinguishing context.

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 such as update_card or assign_card. The description lacks context for usage, prerequisites, or exclusions, leaving the agent without direction.

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/truls27a/favro-mcp'

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