Skip to main content
Glama

Search RBA series

rba_search_series
Read-onlyIdempotent

Search the Reserve Bank of Australia's series catalogue. Omit a query to retrieve all available series.

Instructions

Search readrba's built-in RBA series catalogue. An omitted query returns all series.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNoWord or phrase to search for. Omit to return all series.
offsetNoNumber of filtered and sorted rows to skip.
max_rowsNoMaximum rows to return. There is no server-side ceiling.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYes
offsetYes
has_moreYes
max_rowsYes
truncatedYes
total_rowsYes
returned_rowsYes
Behavior4/5

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

Annotations already declare readOnly, idempotent, and non-destructive behavior. The description adds the key behavioral detail that omitting the query returns all series, which goes beyond annotations and is valuable for the agent.

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 redundancy. The main purpose and a key default behavior are front-loaded, making it efficient for an agent to parse.

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 covers the core operation and a default behavior, which is adequate for a simple search tool with an output schema. However, it lacks details about search mechanics (e.g., exact match, case sensitivity, boolean operators) that could improve completeness.

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 baseline is 3. The description only restates the query parameter's default behavior (already in schema) and adds no new semantics for offset or max_rows.

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 clearly states the action (search) and the resource (RBA series catalogue). The sibling tool list (e.g., rba_search_tables) helps distinguish this tool from others, making the purpose unambiguous.

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 implies usage for searching series but does not explicitly provide guidance on when to use this tool versus alternatives (e.g., rba_search_tables) or when to omit the query. No when-not or conditional advice is given.

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

Install Server

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/Dominic-Behrens/readrba-mcp'

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