Skip to main content
Glama
ferronicardoso

mcp-movidesk

list_tickets_past

Retrieve tickets with last update older than 90 days using OData filters and pagination.

Instructions

Lista tickets com última atualização (lastupdate) anterior a 90 dias (rota /tickets/past).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topNoQuantidade máxima de itens a retornar ($top, paginação)
skipNoQuantidade de itens a pular ($skip, paginação)
expandNoEntidades relacionadas a expandir ($expand), ex.: "clients"
filterNoExpressão de filtro OData ($filter), ex.: "status eq 'Novo'" ou "clients/any(c: c/id eq '1')"
selectNoLista de campos a retornar ($select), separados por vírgula, ex.: "id,subject,status"
orderbyNoCampo de ordenação OData ($orderby), ex.: "id desc"
Behavior2/5

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

No annotations are provided, so the description must disclose behavior. It mentions the 90-day filter but does not state that it is a read-only operation, describe pagination behavior, or note any rate limits or side effects. The description adds minimal behavioral context beyond the filter.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single concise sentence that efficiently conveys the core purpose. It is front-loaded with the key information. However, it could include more detail without sacrificing brevity.

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?

Despite having 6 parameters and no output schema, the description provides minimal context. It does not explain the return value format, pagination behavior, or how the 90-day filter interacts with the $filter parameter. The tool is relatively complex, and the description falls short of being complete.

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 coverage is 100% with detailed parameter descriptions for all 6 parameters. The description does not add any additional parameter-level information, so the baseline score of 3 is appropriate.

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?

Description clearly states the tool lists tickets with last update older than 90 days, using the route /tickets/past. It distinguishes from sibling tools like list_tickets (which presumably lists all tickets).

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 description implies the tool is for retrieving old tickets but does not explicitly state when to use it versus alternatives like list_tickets. No guidance on exclusions or specific scenarios 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/ferronicardoso/mcp-movidesk'

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