Skip to main content
Glama

Slacking.biz — SEC Financial Data + US Economics + Demographics + FX

screen_companies

Screen companies by financial criteria (high growth, low debt, profitable, high margin, cash rich, undervalued)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (default 20)
screenNoScreen type (growth, value, quality, momentum)

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed8 schema fields changed
    • removedInput schema / properties / limit / default
      Removed value: -20
    • changedInput schema / properties / limit / description
      Previous value: -"Maximum number of results"New value: +"Max results (default 20)"
    • changedInput schema / properties / limit / type
      Previous value: -"integer"New value: +"number"
    • removedInput schema / properties / max_debt_ratio
      Removed value: -{
      -  "description": "Maximum debt-to-equity ratio",
      -  "type": "number"
      -}
    • removedInput schema / properties / min_grade
      Removed value: -{
      -  "description": "Minimum health grade (A, B, C, D, F)",
      -  "type": "string"
      -}
    • removedInput schema / properties / min_profit_margin
      Removed value: -{
      -  "description": "Minimum profit margin (e.g. 0.15 for 15%)",
      -  "type": "number"
      -}
    • removedInput schema / properties / min_revenue_growth
      Removed value: -{
      -  "description": "Minimum revenue growth rate (e.g. 0.1 for 10%)",
      -  "type": "number"
      -}
    • addedInput schema / properties / screen
      Added value: +{
      +  "description": "Screen type (growth, value, quality, momentum)",
      +  "type": "string"
      +}
  2. First observed

TDQS

C2.9/5.0
Behavior1/5

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

No annotations provided, and the description does not disclose any behavioral traits such as rate limits, side effects, or safety. Only states what it does, not how it behaves.

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?

Single sentence with 10 words, no redundancy. Efficiently communicates purpose.

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?

Lacks explanation of return format or default behavior for optional parameters. For a screening tool with no output schema, more detail on what is returned would 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 covers both parameters with descriptions (100% coverage). The description adds example criteria but does not clarify how 'screen' parameter values relate to the listed criteria, providing minimal added value.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description clearly states it screens companies by financial criteria and lists examples. However, it does not directly map to the 'screen' parameter values (growth, value, quality, momentum), causing slight ambiguity.

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

Usage Guidelines2/5

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

No guidance on when to use this tool vs. siblings like batch_query or get_company_health. No mention of prerequisites or exclusion criteria.

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

C2.9/5.0
Disambiguation2/5

Several tool groups have overlapping purposes: fda_drug_labels vs health_drug_search, fda_recalls vs health_recalls, fx_official_rates vs treasury_fx_rates, treasury_debt vs us_debt_current, and get_gdp vs get_bea_gdp. These near-duplicates create real ambiguity for an agent deciding which tool to call.

Naming Consistency2/5

Names mix verb-led styles (get_, search_, compare_, screen_) with domain-led styles (fx_, treasury_, uk_, health_, eurostat_, datausa_). Within the same domain, similar actions use different patterns (get_gdp vs eurostat_gdp vs imf_indicator), making the set feel inconsistent and hard to predict.

Tool Count1/5

75 tools is extreme for any MCP server, especially when many tools are redundant or cover unrelated domains (weather, earthquakes, scholarly search, air quality) outside the stated SEC/economics/demographics/FX focus. This overwhelms agents and burdens context windows.

Completeness3/5

Core domains like SEC financials, major economic indicators, basic demographics, and current FX rates are well covered. However, gaps remain: no historical FX rates, no stock price/quote tool, limited demographic breakdowns, and no ability to fetch full SEC filing text. Some operations end in dead ends.

Resources