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 declare readOnly, openWorld, idempotent, and non-destructive. The description adds substantial behavioral context: fan-out across sources, sources_used/sources_failed semantics, empty sections meaning real no-data rather than failure, the private-company resolved:false case, an API sunset soft-fail, and the expected empty FDA section for small-molecule companies. This is far beyond what annotations provide.

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 long but dense, with every clause adding distinct information: examples, scope, preference rule, source list, return fields, edge cases. It is front-loaded with the most important action guidance ("ALWAYS PREFER") and uses inline code and semicolons to compress detail. Minor redundancy exists between the query examples and the subsequent summary, but overall it earns its length.

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?

Given the tool's complexity and the absence of an output schema, the description covers everything an agent needs: input variants, resolution behavior, return sections (including pipeworx URIs), source success/failure reporting, no-data expectations, and known API issues. No critical operational detail is missing.

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%, so the baseline is 3. The description adds useful semantics beyond the schema: zero-padded CIK format, name resolution via SEC EDGAR, resolved_from/resolved_to behavior when a name is passed, and the private-company outcome. The interchangeability of type='company' and 'ticker' is also reinforced with examples.

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 states a specific verb and resource: "full cross-source profile of a US public company in ONE parallel call." It clearly distinguishes the tool from chained single-pack lookups by instructing "ALWAYS PREFER" when a holistic view is requested, which separates it from siblings like deep_research or resolve_entity.

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?

It explicitly says to prefer this tool over chaining SEC/XBRL/news lookups when the user wants a holistic company view, and it explains the accepted input forms (ticker, CIK, name). It does not explicitly exclude non-US companies or name sibling tools like deep_research/compare_entities as alternatives, but the context is clear enough for most selection decisions.

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

A3.7/5.0
Disambiguation1/5

Multiple tools appear to do nearly the same thing: ask_pipeworx, ask_ipeworx_beta (explicitly identical at the moment), ask_pipeworx_grounded, deep_research, and validate_claim all route questionanswering in a very similar way. Even with long descriptions, the sheer number of overlapping query/research/analysis tools (ai_visibility_check vs scan_comperitor_ai_presence, all polymarket_*) would make an agent uncertain which to call.

Naming Consistency2/5

The set uses snake_case everywhere but that is the only consistent part. There is a mess of verb_noun patterns, noun_verb patterns (cjeu_search vs search_legislation, cj_judgment vs get_document), bare noun phrases (entity_profile, compliance_index, pipeworx_feedback, polymarket_edges), and verb phrases (ask_ipeworx, generate_elms_txt, resolve_entry). A user cannot predict whether the noun comes first, so naming is readable but not predictable.

Tool Count2/5

39 tools is far over the 25+ threshold for a coherent set, and a large number of them (predictor markets ten, AI visibility, memory, subscriptions, pipework meta-tools) are outside the EUR-Lex legal research domain. The total count suggests a bundled everything-server rather than a focused legal-research MCP. It is not extreme enough for a 1 because 39 is still within a region where a broader meta-pipework suite could plausibly exist — but it's still too many.

Completeness4/5

For the EUR-Lex domain, the legal tools are nearly complete: search_legislation + compliance_index locate acts, get_metadata/list_articles/get_article/get_document read them, and cjeu_search/cjeu_judgment cover case law. Missing links that would make it fully seamless are amendment tracking, cross-references and direct CELEX/EURL-Lex citation search integration, but all basic 'find and read an act or judgment' workflows are supported.