Skip to main content
Glama
JerBouma

Finance Toolkit

economics_jobs

Read-onlyIdempotent

Retrieve labour and social metrics such as unemployment rate, labour productivity, population statistics, poverty rate, and income inequality for one or more countries. Supports customizable date ranges and quarterly data.

Instructions

Labour and social metrics by country (unemployment rate, labour productivity, population statistics, poverty rate, income inequality). Requires countries='United States' — use comma-separated values for multiple countries. Do NOT use tickers= for this tool. Supports start_date/end_date and quarterly=true.

Available indicators: get_income_inequality, get_labour_productivity, get_population_statistics, get_poverty_rate, get_unemployment_rate.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
indicatorYesName of the specific metric to calculate, e.g. 'get_asset_turnover_ratio'. Required — omitting it returns the list of available indicators.
countriesNoComma-separated country names, e.g. 'United States,Germany,Japan'.
start_dateNoStart of the date range in YYYY-MM-DD format.2021-06-22
end_dateNoEnd of the date range in YYYY-MM-DD format.2026-06-21
quarterlyNoReturn quarterly data instead of annual when True.
growthNoReturn period-over-period growth rates instead of absolute values.
lagNoNumber of periods to lag when computing growth rates.
roundingNoNumber of decimal places to round results to.
gmdb_sourceNoUse the OECD Global Macro Data Bank as the data source when True.
periodNoObservation frequency, e.g. 'monthly', 'quarterly', or 'annual'.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true. Description adds minimal behavioral context beyond stating it is retrieval of metrics. It does warn against using tickers, which is a small addition. No contradiction with annotations.

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 front-loaded with purpose and key usage. However, it redundantly lists available indicators that are already in the schema enum. Still, it is reasonably concise and well-structured.

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?

Given the tool has 10 parameters, complete schema coverage, annotations, and an output schema, the description covers essential usage: what it does, required parameter, and a key restriction. It does not explain return values but output schema exists. It is sufficiently complete for an economics data retrieval tool.

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 coverage is 100%, baseline 3. Description adds value by emphasizing that countries should include 'United States' as example and using comma-separated values, and prohibiting tickers. This clarifies usage beyond the schema property descriptions.

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 tool's purpose: 'Labour and social metrics by country' and lists specific indicators (unemployment rate, labour productivity, etc.). It distinguishes from siblings by focusing on labour and social metrics, while sibling tools cover environment, fixed income, etc.

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?

Provides explicit usage guidance: requires countries='United States', use comma-separated values, do not use tickers, and supports start_date/end_date and quarterly=true. Does not explicitly exclude alternative tools, but the domain differentiation is clear from sibling names.

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/JerBouma/FinanceToolkit'

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