Skip to main content
Glama
Leviai-ai

publicfinance

by Leviai-ai

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
company_filingsA

Search SEC EDGAR for company filings (10-K, 10-Q, 8-K, etc.). Accepts ticker symbol or CIK number.

company_factsA

Get XBRL financial data for a company from SEC EDGAR. Returns standardized financial facts like Revenue, NetIncome, Assets, etc.

treasury_ratesB

Get US Treasury interest rates including yield curve, bill rates, and long-term rates. No API key required.

labor_statisticsA

Get US labor market and economic statistics from the Bureau of Labor Statistics (BLS). Includes unemployment rate, CPI, payrolls, and more. No API key required (v1 API).

ticker_lookupA

Look up company ticker symbols, names, and CIK numbers. Search by ticker or company name.

economic_overviewA

Get a snapshot of key US economic indicators: Treasury yield curve, unemployment rate, CPI, and nonfarm payrolls. Multi-source overview in one call.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 6 tools

Disambiguation4/5

Tools are mostly distinct, but economic_overview and labor_statistics have overlapping indicators (unemployment, CPI, payrolls), which could confuse an agent needing specific BLS data versus an overview.

Naming Consistency3/5

All names are in snake_case but follow no consistent verb_noun pattern: some are noun-based (company_facts), others adjective_noun (economic_overview), and ticker_lookup reverses the pattern (noun_verb).

Tool Count4/5

6 tools is a reasonable number for the public finance domain, covering companies, filings, economics, labor, and treasury without being overwhelming.

Completeness3/5

Covers core financial data (SEC filings, economic indicators, treasury rates) but lacks tools for stock market data, government budgets, or cross-company comparisons, leaving notable gaps for a comprehensive public finance toolset.

Maintenance

ActivityInactive
ResponsivenessNo issues