Skip to main content
Glama

screener_fiis

Filtra os FIIs por faixas. filtros é um dict tipo {"pvp_max": 0.9, "dy_min": 0.10, "segmento": "Logística", "cotistas_min": 5000}. Válidos: pvp_min, pvp_max, dy_min, dy_max (limites inclusivos), segmento (match exato, sem caixa) e cotistas_min (piso de liquidez). Só entram valores limpos (P/VP e DY sem flag). Ordena por P/VP crescente, teto de 100. Requer chave_api (grátis ou Pro).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filtrosYes
chave_apiNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.8/5.0
Behavior5/5

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

With no annotations, the description carries full responsibility and covers key behaviors: inclusive bounds, exact/case-insensitive segment matching, a liquidity floor, exclusion of flagged values, ascending P/VP sorting, a 100-record cap, and API-key authorization. This is rich behavioral disclosure.

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 tight paragraph where every sentence earns its place: it gives a mini-example, enumerates valid filters, notes data-quality constraints, ordering, limit, and auth. No filler or repetition.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Despite having no output schema, the description explains filtering criteria, sorting, maximum returned records, data-quality filtering, and required key, which is enough to understand the tool's behavior. The nested filtros object is fully demystified, so nothing critical is missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0% and the only parameter property is an unconstrained object with additionalProperties true. The description compensates by listing valid keys (pvp_min, pvp_max, dy_min, dy_max, segmento, cotistas_min) and their semantics, including inclusivity and matching rules, plus the chave_api requirement.

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 opens with 'Filtra os FIIs por faixas,' using a specific verb and resource, and immediately distinguishes this from the stock-screener sibling by scoping to FIIs. It further specifies ordering and output cap, making the tool's role unmistakable.

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 clearly establishes this tool is for filtering FIIs by range-based criteria ('por faixas') and gives the exact accepted keys. It does not explicitly name alternatives or exclusion scenarios, but the FII-specific scope provides clear enough 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.