Skip to main content
Glama

finance-foundation

list

List entities of one type, optionally filtered. Companies filter by sector/country/q; assets by type (Crypto|Index|Bond|Currency|Commodity). Returns up to limit records (default 25).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoSubstring filter across all fields
typeNo
limitNo
sectorNo
countryNo
entity_typeYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.2/5.0
Behavior3/5

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

With no annotations, the description carries the behavioral burden; it discloses the default limit and type-specific filter behavior for companies and assets. However, it does not mention pagination, result shape, or behavior for other entity types, leaving notable gaps.

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 compact and front-loaded with the core operation, including concrete filter and limit details without redundancy. It is concise, though slightly terse given seven entity types and six parameters.

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?

The description plus schema enables basic calls with entity_type, q, limit, and the company/asset filters, but it leaves the remaining four entity types and their parameter applicability undocumented. The lack of an output schema also means return-value semantics are unstated.

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 only 17%, so the description must add meaning; it does clarify q, limit, sector/country for companies, and the type enum for assets. Other params and entity types such as funds, banks, and markets remain unaddressed, and 'type' is only explained in the asset context.

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 names a clear operation — 'List entities of one type' — and specifies filterable fields for companies and assets. It does not explicitly distinguish itself from sibling tools like search or lookup, but the entity-type scoping makes the purpose reasonably distinct.

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

Usage Guidelines2/5

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

No guidance is given on when to use list versus alternatives such as search, lookup, or graph. It explains filtering mechanics but not selection criteria, exclusions, or when another tool would be preferable.

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.

Resources