Skip to main content
Glama

legalone_list_tasks

Read-onlyIdempotent

Lista Tarefas/providências (o prazo vem no campo deadLine) (OData /Tasks). Filtre com $filter/$top/$skip/$orderby/$expand.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
$topNo
$skipNo
queryNo
$countNo
$expandNo
$filterNo
$selectNo
$orderbyNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.1/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 safe read-only nature is covered. The description adds that the deadline is in the 'deadLine' field and mentions OData filtering capabilities. This is helpful but does not go beyond what structured metadata already conveys.

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 sentence, front-loaded with the core purpose, and includes the key filter options. It is efficient with no fluff. However, it could be slightly more structured by explicitly listing all parameters or providing a brief example, but overall it earns a high score for conciseness.

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 8 parameters, no output schema, and zero schema coverage, the description leaves significant gaps. It does not indicate the return format (e.g., collection vs single item), pagination behavior beyond $top/$skip, or any special considerations. For a tool of this complexity, the description is under-specified.

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 compensate for parameter understanding. It explicitly names five of the eight parameters ($filter, $top, $skip, $orderby, $expand) but omits $select, $count, and 'query'. The 'query' object is undocumented and unclear. This partial coverage is insufficient given the high parameter count.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it lists tasks/providências, and specifies the OData endpoint '/Tasks'. It also highlights the deadline field, which adds specificity. However, it does not explicitly distinguish itself from sibling tools like legalone_get_tasks, though the 'Lista' (list) verb implies a collection listing.

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 mentions using OData filters ($filter, $top, $skip, $orderby, $expand), which implies usage for querying and pagination. But it provides no explicit guidance on when to use this tool versus alternatives like legalone_get_tasks, nor any exclusions or prerequisites. Usage is implied rather than explicitly stated.

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.