Skip to main content
Glama
sudohakan

infoset-mcp

by sudohakan

infoset_search_tickets

Search Infoset tickets by keyword and apply filters for status, priority, and page to locate specific support issues.

Instructions

Search Infoset tickets by keyword and optional filters

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number (default: 1)
queryYesSearch keyword
statusNoStatus filter (1=Open, 2=Pending, 3=Resolved, 4=Closed)
priorityNoPriority filter (1=Low, 2=Normal, 3=High, 4=Urgent)
itemsPerPageNoItems per page (default: 50)
Behavior2/5

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

No annotations are provided, so the description carries the full burden for behavioral disclosure. It only repeats the fact that it searches by keyword, with no information about matching logic, return format, pagination behavior, read-only nature, or any side effects. This goes beyond what the name already implies, providing minimal additional transparency.

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, front-loaded sentence, 'Search Infoset tickets by keyword and optional filters', that is concise and free of fluff. Every word adds value, and it is appropriately sized for the tool's simplicity.

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 that there is no output schema and no annotations, the description is insufficient for a 5-parameter tool. It does not explain what the search returns, how results are matched, or any pagination behavior, leaving significant gaps for the agent to infer. The schema covers parameters, but the description lacks broader context.

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 all parameters are already documented in the input schema. The description's mention of 'keyword and optional filters' summarizes the schema but adds no new meaning beyond what the schema provides, warranting the baseline score of 3.

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 tool's function: 'Search Infoset tickets by keyword and optional filters'. It uses a specific verb ('Search') and resource ('Infoset tickets'), and the scope ('by keyword') distinguishes it from sibling tools like list_tickets and get_ticket, which likely have different purposes.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The usage is implied by the word 'Search' and the optional filters, suggesting this tool is for targeted keyword-based queries rather than simple listing. However, it does not explicitly mention when to use it over alternatives or when not to use it, so only implied guidance is provided.

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