Skip to main content
Glama
othos-io

Othos MCP

Official
by othos-io

othos_ticket_create

Creates a ticket in a specified column with title, optional description, priority, and due date. Automatically converts Markdown or plain text descriptions to TipTap JSON.

Instructions

Create a ticket in a column. Description may be TipTap JSON, Markdown, or plain text; the MCP always converts it to serialized TipTap JSON before sending it to the API.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYes
descriptionNoOptional ticket description. You can send Markdown, plain text, or a serialized TipTap JSON doc string. The MCP converts non-TipTap input to TipTap JSON before sending.
columnIdYes
priorityNoMedium
orderNoIf omitted, server auto-uses the next order for this column.
isSubTicketNo
parentTicketIdNo
dueDateNoISO 8601 string (example: 2026-03-27T18:00:00Z).
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses one key behavioral trait: the MCP converts description formats to TipTap JSON. However, it omits other relevant behaviors such as authentication requirements, side effects (e.g., ticket creation triggers notifications), or the response format.

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 extremely concise, consisting of two short sentences. The first sentence states the core purpose, and the second adds a valuable implementation detail. No wasted words.

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?

For a tool with 8 parameters and no output schema, the description is insufficient. It does not explain the return value, constraints on parameters (e.g., priority enum, numeric range for order), or any side effects. The behavioral detail on description conversion is helpful but not enough to provide a complete picture.

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 low at 38%. The description adds no new meaning beyond what is already in the schema's parameter descriptions (e.g., the description parameter's format details are repeated from the schema). Other parameters like title, columnId, priority, etc., receive no additional semantic context from the description.

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 explicitly states 'Create a ticket in a column,' which is a specific verb-resource pair. It clearly distinguishes from sibling tools like othos_ticket_update, othos_ticket_delete, etc.

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 (e.g., othos_ticket_update for modifications, othos_ticket_get to retrieve). The description does not include any usage context or exclusions.

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/othos-io/othos-mcp-server'

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