Skip to main content
Glama

Entity Profile

entity_profile
Read-onlyIdempotent

"Tell me about X" / "research Acme" / "brief me on Tesla" / "what does Apple do" / "company profile for Microsoft" / "give me the rundown on NVDA" / "everything you know about $TICKER" — full cross-source profile of a US public company in ONE parallel call. ALWAYS PREFER over chaining single-pack SEC/XBRL/news lookups when the user asks for a holistic view. Fans out across SEC EDGAR, XBRL, USPTO, news, GLEIF and returns: cik + company_name; recent_filings (up to 5 with pipeworx://edgar/company/{cik}/filings/{accession} URIs); fundamentals (LATEST 10-K Revenues + NetIncomeLoss + Cash, sorted period_end DESC); patents (USPTO PatentsView API sunset May 2025 — soft-fails until reactivated); recent news mentions via GDELT→GNews fallback; LEI via GLEIF. Pass ticker "AAPL" or zero-padded CIK "0000320193" — names not supported (use resolve_entity first if you only have a name).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeYesEntity type. Only "company" supported today; person/place coming soon.
valueYesTicker (e.g., "AAPL") or zero-padded CIK (e.g., "0000320193"). Names not supported — use resolve_entity first if you only have a name.

TDQS

A4.6/5.0
Behavior4/5

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

Annotations indicate read-only, idempotent, non-destructive. Description adds details: fans out across multiple sources, parallel call, patent API sunset soft-fail, news fallback. No contradictions.

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?

Front-loaded with examples and usage guidance; every sentence adds value but slightly long. Could be tightened.

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?

Despite no output schema, description details return fields (cik, filings, fundamentals, patents, news, LEI) and mentions limitations (patent sunset, no names). Comprehensive for a complex 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 100% but description adds meaning: explains value can be ticker or CIK, names unsupported, includes examples. Baseline 3, plus extra value.

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?

Description clearly states the tool provides a holistic cross-source profile of US public companies, with explicit use case examples like 'Tell me about X' and distinction from single-pack lookups.

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

Usage Guidelines5/5

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

Explicitly states when to use (holistic view), when not to use (names not supported), and provides alternative (resolve_entity for names).

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

A4/5.0
Disambiguation3/5

Most tools have clearly distinct roles, and the extensive descriptions help differentiate intent, but the ask_pipeworx family—especially ask_pipeworx_beta, which is currently identical to ask_pipeworx—creates real ambiguity. Overlapping entry points like ask_pipeworx, ask_pipeworx_grounded, deep_research, and validate_claim could also cause misselection without careful reading.

Naming Consistency4/5

All 34 tools use consistent snake_case, and clear verb-led or noun-prefixed patterns emerge across families like ask_pipeworx*, polymarket_*, and remember/recall/forget. Minor deviations such as ai_visibility_check and recent_changes being noun phrases rather than verb_noun constructions prevent a perfect score.

Tool Count2/5

34 tools is well above the 25-tool threshold for over-scoping, making the set heavy for an agent to navigate. While the server spans many domains, several tools like generate_llms_txt, scan_dependency, and ai_visibility_check feel tangential to the core news/research purpose and would be better split into separate servers.

Completeness4/5

The core news/research domain is well covered: lookup, grounded verification, deep multi-source research, entity profiles, comparisons, subscriptions, and alert feeds are all present with no obvious dead ends. Minor gaps exist—such as no direct full-text article retrieval or a dedicated free-text news search beyond latest_news filters—but agents can work around them.