Skip to main content
Glama
sudohakan

infoset-mcp

by sudohakan

infoset_batch_get_ticket_logs

Retrieve activity logs for multiple tickets in one API call. Batch fetch ticket logs to streamline monitoring and reduce requests.

Instructions

Get activity logs for multiple Infoset tickets in a single call

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ticketIdsNoArray of ticket IDs
itemsPerPageNoLogs per ticket (default: 15)
Behavior3/5

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

No annotations are provided, so the description must carry the full burden. It conveys a read-only operation ('Get') but does not discuss edge cases (e.g., missing ticket IDs, error handling, rate limits) or explicitly confirm non-destructive behavior. It adds minimal behavioral context beyond the verb itself.

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, succinct sentence that front-loads the key information (what it gets, for what, and the batching advantage). No wasted words.

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?

With no output schema, the description should clarify return format, but it only states 'Get activity logs' without describing the response shape or pagination details. The itemsPerPage parameter hints at pagination but is left to the schema. It is adequate for a simple batch read but lacks some contextual depth.

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%: both 'ticketIds' and 'itemsPerPage' have descriptions in the schema. The tool description adds no extra meaning beyond the schema, so the baseline score of 3 applies.

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 ('Get'), the resource ('activity logs for multiple Infoset tickets'), and the batch nature ('in a single call'). It distinguishes from the sibling tool 'infoset_get_ticket_logs' by emphasizing multiple tickets and single-call efficiency.

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 context is implied: use this batch variant when handling multiple tickets, versus its singular sibling. However, there is no explicit when-to-use/when-not-to-use guidance or named alternatives, so it relies on inference from the tool name and description.

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