Skip to main content
Glama
sudohakan

infoset-mcp

by sudohakan

infoset_update_ticket

Update an existing Infoset ticket by changing its status, stage, priority, subject, pipeline, or owners. Specify the ticket ID and set the fields to modify.

Instructions

Update an existing Infoset ticket

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusNoNew status (1=Open, 2=Pending, 3=Resolved, 4=Closed)
stageIdNoNew stage ID (pipeline column)
subjectNoNew subject
ownerIdsNoNew owner user IDs
priorityNoNew priority (1=Low, 2=Normal, 3=High, 4=Urgent)
ticketIdYesTicket ID
pipelineIdNoNew pipeline ID
Behavior2/5

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

There are no annotations, so the description is the only source of behavioral disclosure. It only says 'Update', which implies mutation, but does not state whether updates are partial or full replacement, what authentication is required, what side effects occur, or what the return value is. This is a significant gap for a mutation 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, front-loaded sentence with no wasted words. It is concise, but it is also so minimal that it provides only the bare minimum. Given the tool's complexity, slightly more detail could be justified, so it's not a 5.

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?

With 7 parameters, no annotations, and no output schema, the description is far too thin to provide complete context. It doesn't explain partial update semantics, required permissions, or what happens to unspecified fields. This is inadequate for a mutation tool with this complexity.

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 itself adds no extra meaning beyond the schema; it doesn't mention that only provided fields are updated or that ticketId is required. The schema already handles parameter semantics, so no additional credit or penalty.

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 the verb 'Update' and the resource 'existing Infoset ticket', which distinguishes it from create/get/list siblings. However, it lacks scope details like which fields can be updated, so it's not a 5.

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 given on when to use this tool vs alternatives. It doesn't mention that it should be used for modifying existing tickets, nor does it reference sibling tools like create_ticket or get_ticket. The usage context is completely implied.

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/sudohakan/infoset-mcp'

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