Skip to main content
Glama
sudohakan

infoset-mcp

by sudohakan

infoset_get_ticket_stats

Retrieve ticket counts by status for a specified date range, optionally filtered by owner IDs, to monitor support workload and trends.

Instructions

Get ticket statistics dashboard (counts by status)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toDateNoISO8601 end date
fromDateNoISO8601 start date
ownerIdsNoComma-separated owner IDs. Defaults to logged-in user.
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It only states the output ('counts by status') and does not explicitly confirm read-only behavior, describe response structure beyond counts, or mention how date ranges and ownerIds affect results.

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 with no wasted words. It efficiently conveys the core purpose while leaving details to the schema.

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

Completeness3/5

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

The tool is relatively simple with three optional parameters, but no output schema exists. The description gives only minimal return information and lacks context about filtering behavior or when to use this tool. It is adequate but leaves meaningful gaps.

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 with a high coverage baseline of 3, the description need not add much. The description does not enhance or clarify parameter semantics; it only hints at overall output via 'counts by status'.

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 uses a specific verb ('Get') and resource ('ticket statistics dashboard') and clarifies the result as 'counts by status'. It clearly distinguishes this aggregation tool from siblings like infoset_get_ticket and infoset_list_tickets.

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. It does not state that this should be used for aggregate counts rather than individual ticket retrieval, nor does it mention any prerequisites 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/sudohakan/infoset-mcp'

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