Skip to main content
Glama
zNetinho

MCP Runrun.it

by zNetinho

runrunit_create_task

Create a task on Runrun.it's Ongoing board, automatically assigned to the requester. Requires title and type ID; optionally add description, project, tags, and desired dates.

Instructions

Create a task on Runrun.it in board Ongoing (ID: 96356) in column Task by default and assignee from who is call the tool. Requires title (eg.: [project_name] - task_name) and type_id. Optional: description (rich description via Task Description API, appended to any existing text), project_id, assignments, desired_date, etc.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesTask title
type_idYesTask type ID
on_goingNoOngoing task
tag_listNoComma-separated tags
board_nameNoBoard name
project_idNoProject ID
assignmentsNoAssignments
descriptionNoTask description body (optional). Stored via PUT /tasks/:id/description after create; new text is appended after any content already on the task, never replacing it outright.
desired_dateNoDesired delivery date (ISO)
project_nameNoProject name
board_stage_nameNoBoard stage name
desired_start_dateNoDesired start date (ISO)
Behavior4/5

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

With no annotations, the description carries the full burden. It explains the default board, column, assignee behavior, and the special handling of the description parameter (appended via Task Description API, never replacing existing text). This adds useful context beyond basic creation, though it does not mention rate limits or auth requirements.

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

Conciseness5/5

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

The description is a single efficient paragraph that starts with the core purpose, then required fields, then optional ones. Every sentence adds value, and there is no wasted text.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no output schema, the description omits return value details (e.g., whether the created task object is returned). However, it covers defaults, parameter behavior, and optional fields thoroughly. The 'etc.' at the end is slightly vague but acceptable.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, but the tool description adds significant meaning: it explains default values (board, column, assignee), the title format hint, and the appending behavior for description. This goes far beyond mere schema 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?

The description clearly states the verb 'Create' and resource 'task', specifies default board (Ongoing with ID 96356), default column (Task), and default assignee (the caller). This distinguishes it from sibling tools like runrunit_update_task and runrunit_delete_task.

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?

The description lists required fields (title, type_id) and optional ones, giving an example title format. It implies the tool is for creating tasks in the specified default board/column, but does not explicitly say when not to use it or mention alternatives for other boards (though no other create task tool exists among siblings).

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/zNetinho/mcp-runrunit'

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