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 patents, federal contracts (USAspending), FDA-licensed biologics (Purple Book), H-1B hiring (DOL LCA), news and GLEIF, and returns: cik + company_name (+ resolved_from/resolved_to when value was a 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); federal_contracts (USAspending awards where the company is the recipient); fda_products (FDA-licensed biologics — vaccines, cell/gene therapies — from the Purple Book; a company with only small-molecule/generic drugs will show none here, that is expected, not a failure); hiring (H-1B sponsorship volume + salary range from DOL LCA filings); recent news mentions via GDELT→GNews fallback; LEI via GLEIF. sources_used / sources_failed say which of these actually returned data for THIS company — an empty section is a real "no data", not a bug. Pass a ticker ("AAPL"), zero-padded CIK ("0000320193"), OR a company name ("Moderna") — names now resolve via SEC EDGAR's company-name match; a private company (no CIK/ticker) returns resolved:false with an explicit notes line, not a bare failure. type accepts "company" or "ticker" interchangeably — both take the same value shapes above.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeYes"company" or "ticker" — both are accepted and behave identically; `value` can be a ticker, CIK, or company name either way. person/place coming soon.
valueYesTicker (e.g., "AAPL"), zero-padded CIK (e.g., "0000320193"), or company name (e.g., "Moderna") — names resolve via SEC EDGAR company-name match.

TDQS

A4.6/5.0
Behavior5/5

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

Annotations already mark readOnly/idempotent/openWorld. The description adds substantial behavioral context: it fans out across multiple sources in parallel; returns `sources_used`/`sources_failed`; explains empty sections are real 'no data' not bugs; defines the private-company fallback (`resolved:false` with an explicit `notes` line); and clarifies that type/value are interchangeable. No contradictions 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.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a dense single paragraph. It front-loads the core purpose and the 'ALWAYS PREFER' guidance, but then lists every return field in a long run-on sentence with many parenthetical clauses. The content is valuable but the structure is hard to scan; a bulleted return-fields list would improve it. It is not concise, though each piece mostly earns its place.

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?

No output schema exists, so the description must carry the burden of explaining return values. It does so thoroughly: enumerates all major return sections (recent_filings, fundamentals, patents, federal_contracts, fda_products, hiring, news, LEI), explains sources_used/sources_failed, and handles edge cases (private companies, no data). Minor omissions (e.g., exact units for salary range, ordering of news) exist, but the tool is well specified for an agent to call it correctly.

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 covers both params with 100% description coverage and includes enums. The description adds clarification that 'company' and 'ticker' behave identically and that `value` accepts ticker, CIK, or company name in either case, plus examples of zero-padded CIKs. This goes slightly beyond the schema's already thorough 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?

States a clear purpose: 'full cross-source profile of a US public company in ONE parallel call.' The verb 'profile' plus explicit examples ('Tell me about X', 'brief me on Tesla') and resource scope distinguish it from single-source lookups and sibling research tools. It also names the preferred use case versus chaining 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 directs agents to 'ALWAYS PREFER over chaining single-pack SEC/XBRL/news lookups when the user asks for a holistic view.' This provides a clear when-to-use, and names the alternative (single-pack lookups). The 'when' is further illustrated with user-phrase examples. It does not explicitly list when not to use it, but the preference statement implies the boundary.

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.1/5.0
Disambiguation3/5

Most tools have distinct purposes, but there is notable overlap among ask_pipeworx, ask_pipeworx_beta, ask_pipeworx_grounded, and deep_research—all of which route questions to the same underlying catalog. The polymarket_* family also has several opportunity-scanning tools (edges, arbitrage, bet_research) that agents could confuse without reading the long descriptions carefully.

Naming Consistency5/5

All 34 tool names use lowercase snake_case with a clear verb-first or noun-descriptive pattern (list_feeds, read_feed, remember, resolve_entity, polymarket_arbitrage). Even compound names like ai_visibility_check and ask_pipeworx_grounded follow a predictable, consistent style. No mixed conventions or camelCase deviations.

Tool Count2/5

34 tools is far more than the apparent 'Gaming Feeds' scope suggests—only list_feeds, read_feed, and fetch_feed actually relate to gaming feeds. The rest form a sprawling data-research and prediction-market suite, creating a severe mismatch between the server name and its actual tool surface.

Completeness4/5

Viewed as a general Pipeworx data-access platform, the tool set is quite complete: question routing, grounded answers, entity resolution, profiles, comparisons, claim validation, memory, subscriptions, alerts, feed reading, and tool discovery are all covered. The only notable gaps are feed management (no create/update/delete for custom feeds) and a few odd add-ons like generate_llms_txt that feel outside the core domain.