Skip to main content
Glama

Try a free sample (no key)

try_sample
Read-onlyIdempotent

Hand an unregistered caller a short taste of an open dataset, plus where to unlock the rest.

★ WHAT AN ACCOUNTLESS CALLER GETS INSTEAD OF A BARE REFUSAL. Somebody arriving through a chat
connector with no plan would otherwise meet a flat rejection, which the host model relays as
"this service turned you down".

★ WHAT IS ACTUALLY FREE, STATED CONCRETELY. The reference resources read with no key at all,
and the five sample tickers (2330, 2317, 2454, 0050, 2603) answer through `query_dataset` with
no plan. Querying beyond those over MCP starts at the Pro plan.

★ OPEN DATASETS YIELD A FEW MARKED ROWS; PAID ONES YIELD NONE. For a paid dataset the row
list is not even consulted, so no figure can escape through this path regardless of what the
caller passes in. `rows_withheld` states how many were held back, because a taste that does not
say it is a taste reads as the whole thing.

★ NOT `query_dataset`. That one serves entitled callers in full. This exists only for the
moment somebody hits the edge of what they are entitled to.

⚠️ Withdrawn datasets stay refused here too — a licence ruling is not a tier, so no amount of
signing up unlocks them. Args: dataset, keyless_eligible, rows.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rowsNo
datasetYes
keyless_eligibleNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.4/5.0
Behavior5/5

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

Annotations already mark this as read-only and idempotent, and the description adds substantial behavioral context: paid datasets never have their row list consulted, rows_withheld reports what was held back, and withdrawn datasets remain refused regardless of sign-up. No contradiction with annotations exists.

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 longer than typical, but it is well-structured with bolded section headers and each section conveys a distinct behavioral fact. It front-loads the core purpose in the first sentence, and the extra length is mostly earned by explaining edge cases and exclusions.

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?

Given the read-only annotations, output schema, and the relatively simple parameter set, the description covers the necessary context: what is free, which tickers work, how paid datasets behave, how withheld rows are signaled, and when withdrawn datasets are unavailable. An agent has enough to decide when and how to call it.

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 explaining parameters, but it only lists the arg names at the end ('dataset, keyless_eligible, rows') and provides indirect context for keyless_eligible. It does not concretely define what the rows parameter accepts or how it controls the sample, leaving a meaningful gap.

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 a specific verb and object: 'Hand an unregistered caller a short taste of an open dataset, plus where to unlock the rest.' This makes the tool's function immediately recognizable and distinguishes it clearly from query_dataset by explicitly stating 'NOT `query_dataset`.'

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

Usage Guidelines5/5

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

The description gives explicit when-to-use guidance: for unregistered or planless callers who would otherwise receive a flat refusal, and only when someone hits the edge of their entitlement. It also names the alternative, query_dataset, and explains that query_dataset serves entitled callers in full.

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.

TDQS

A4/5.0
Disambiguation4/5

The tools are largely distinct: querying, searching, backtesting, risk reads, alerts, memory, and audit functions each have clear homes. A few adjacent pairs (risk_read vs risk_assess, company_health_check vs positioning_read) could be confused, but the descriptions draw explicit boundaries.

Naming Consistency3/5

There are strong consistent clusters like list_*, get_*, run_*, and memory_*, but the *_read suffix alternates with noun-first names like company_health_check, and bare-verb tools like ask, calendar, chart, and screen break the pattern. The naming is readable but not uniform.

Tool Count2/5

Forty tools is well past the 25+ threshold and makes the surface heavy for an agent to navigate, even though the breadth reflects a genuinely wide platform. Several clusters could plausibly be consolidated without losing capability.

Completeness4/5

The tool surface covers the main lifecycle well: discovery, point-in-time querying, filings search and full text, backtesting, research, risk assessment, alerts, memory, approvals, and provenance verification. Minor gaps exist—no strategy management tools, no memory deletion, no bulk export—but agents can work around them.

Resources