Skip to main content
Glama
Bigred97

Reserve Bank of Australia

search_tables

Find the right RBA F-table by searching with natural-language queries about cash rate, money-market rates, FX rates, and other indicators.

Instructions

Fuzzy-search RBA F-tables by name and topic.

Use this when you don't know the exact table ID. The 5 curated F-tables (F1.1, F4, F6, F11, F11.1) cover the most-asked indicators: cash rate, money-market rates, household lending rates, FX rates.

Examples: # Find the F-table that publishes the cash rate results = await search_tables("cash rate") # → [{id: 'F1.1', name: 'Interest Rates and Yields - Money Market', ...}]

# Discover what's available on FX
results = await search_tables("aud usd", limit=5)
# → top 5 FX-related tables, curated F11/F11.1 first

When to use: - You have a natural-language question and need to identify the table - You want to discover what RBA publishes on a topic - You're enumerating the F-table catalog programmatically

Returns: List of TableSummary (id, name, frequency, description), ranked by relevance. Curated tables surface above the rest.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesFree-text search query. Matches against F-table IDs, names, and topic keywords. Case-insensitive.
limitNoMaximum number of results to return, ranked by relevance.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, description fully bears behavioural disclosure. It explains it returns ranked TableSummary with curation, includes examples of output, and schema description adds case-insensitivity. No destructive behavior or auth needs mentioned, which is appropriate for a read-only search.

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?

Description is well-organized with sections, bullet points, and code examples. Every sentence earns its place—no fluff. Front-loaded with purpose, then usage guidance, then examples, then return info. Efficient yet comprehensive.

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 output schema exists and the description already explains return type (List of TableSummary with fields), ranking, and curation, the description is complete. No prerequisites or side effects needed; all relevant information for a search tool is present.

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

Parameters4/5

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

Schema already provides descriptions and examples for both parameters (100% coverage). Description adds usage context through example calls and explanation of results, but doesn't significantly extend parameter semantics beyond schema. The example block is helpful, so slight upgrade from baseline 3.

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 it performs fuzzy-search over RBA F-tables by name and topic. It distinguishes from siblings like describe_table and get_data by focusing on discovery when the exact ID is unknown. Examples and mention of curated tables reinforce specificity.

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?

Explicitly states 'Use this when you don't know the exact table ID.' Provides three bullet points for when to use: natural-language queries, topic discovery, and catalog enumeration. Does not explicitly mention when not to use or alternatives, but context with siblings implies alternatives.

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/Bigred97/rba-mcp'

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