Skip to main content
Glama

list_consumers

Read-onlyIdempotent

Retrieve paginated consumers for the current tenant, sorted by most recent activity. Use to build active-consumer dashboards or rankings.

Instructions

Lista paginada de consumidores do tenant atual, ordenada por mais recentes (last_seen_at desc). Útil pra dashboards "consumers ativos" ou ranking.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMáximo de registros (até 100)
offsetNoOffset de paginação
searchNoSubstring case-insensitive em display_name ou consumer_key (até 80 chars, sanitizado)
blockedNotrue = só denylisted, false = só não-denylisted, omit = todos
Install Server

TDQS

A4/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, so the safety profile is covered. The description adds useful behavioral context such as tenant scoping, pagination, and ordering by last_seen_at desc, but does not go further into return format or edge cases.

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?

Two sentences with no filler; the core purpose appears immediately and the use-case sentence is useful rather than redundant. Every sentence earns its place.

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

Completeness4/5

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

For a simple paginated list tool with four optional, fully documented parameters and no output schema, the description gives sufficient context: scope, ordering, and typical use. It could mention the shape of returned consumer objects, but that is not critical for selecting and invoking the tool.

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 description coverage is 100%, so the schema already documents all four parameters. The description does not add extra parameter-level semantics; it only speaks to the overall result set ordering.

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 states a specific verb and resource: 'Lista paginada de consumidores do tenant atual', and adds a concrete ordering ('ordenada por mais recentes (last_seen_at desc)'). It is clearly distinct from siblings like get_consumer_profile (single consumer) and list_consumer_sessions (consumer sessions).

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 gives clear usage context: 'Útil pra dashboards "consumers ativos" ou ranking'. This tells an agent when the tool is valuable, though it does not explicitly mention alternatives or when not to use it.

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

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/zihin-ai/zihin-mcp'

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