Skip to main content
Glama

tiflux_list_appointments

Read-onlyIdempotent

Lista apontamentos de horas de toda a organização por período, atendente e mesa. É a base para relatório de horas trabalhadas e faturáveis.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
offsetNo
desk_idsNo
end_dateNo
user_idsNo
start_dateNo
include_valorizationNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.9/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, covering safety. The description adds the scope (entire organization) and purpose (basis for reports), but does not discuss pagination, default behavior, or response format. With annotations covering the safety profile, this is adequate but not rich beyond them.

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 two sentences, front-loaded with the core action and scope, followed by the purpose. Every word adds value with no redundancy or filler. It is highly concise and well-structured.

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?

Given the tool has 7 parameters, no output schema, and scant annotations (beyond safety), the description provides the essential purpose and main filters but omits details like pagination behavior (limit/offset) and the meaning of include_valorization. It is sufficient for a simple list operation but could be more complete by noting defaults or response characteristics.

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?

The schema has 0% coverage, so the description must compensate. It names the key filter dimensions (period, attendant, desk) which map to start_date/end_date, user_ids, and desk_ids. However, it ignores limit, offset, and include_valorization, and does not provide format or semantics for the mentioned parameters. This partial compensation justifies a 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 it lists time entries for the entire organization, with filters by period, attendant, and desk. It also mentions its role as the basis for worked and billable hours reports. This distinguishes it from the sibling tool tiflux_list_ticket_appointments, which is specific to ticket-related appointments.

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

Usage Guidelines4/5

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

The description provides clear context: it is used for organization-wide time entries and serves as the basis for hours reports. However, it does not explicitly mention when to use this tool instead of alternatives like tiflux_list_ticket_appointments, nor does it state any exclusions. Thus, it meets the 'clear context' level but falls short of explicit alternative guidance.

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.