Skip to main content
Glama

tiflux_list_ticket_appointments

Read-onlyIdempotent

Lista os apontamentos de horas de um chamado.

Bulk support: accepts user_ids for batched execution.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
offsetNo
user_idNo
end_dateNo
user_idsNo
start_dateNo
ticket_numberYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.3/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds the bulk support detail (accepts user_ids for batched execution), which is useful beyond annotations. However, it does not disclose pagination behavior, return format, or any other side effects, so it only partially adds value beyond the structured metadata.

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: two short sentences that convey the core functionality and one key feature (bulk support). No filler or redundancy, and the most important information is front-loaded. Every sentence earns its place.

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 output schema, and no parameter descriptions, the description is insufficient for an agent to fully understand invocation requirements and expected results. It does not mention the return structure, date filtering semantics, pagination defaults, or how ticket_number is used. The bulk support note is the only additional context, leaving significant gaps in operational understanding.

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 0%, so the description must explain parameters. It only mentions user_ids for bulk execution, but does not explain limit, offset, start_date, end_date, user_id, or ticket_number. Parameter names are somewhat self-explanatory, but the description fails to provide necessary semantics for filtering and pagination, which is critical given the lack of schema documentation.

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 'Lista os apontamentos de horas de um chamado' (List the hourly annotations of a ticket), specifying the verb (list) and resource (ticket appointments). It distinguishes from sibling tools like tiflux_list_appointments by scoping to a specific ticket, and mentions bulk support, making the purpose unambiguous.

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?

The description does not explicitly state when to use this tool versus alternatives such as tiflux_list_appointments or tiflux_create_appointment. While the ticket-specific scope is implicitly clear, there is no guidance on filter options, typical use cases, or exclusions. No alternatives are mentioned, leaving the agent to infer usage context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.