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

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

Despite annotations already covering read-only/idempotent/destructive safety, the description adds rich behavior: it fans out across enumerated sources, returns sources_used/sources_failed, treats empty sections as real no-data, soft-fails on patents API sunset, and explains expected empty FDA results for small-molecule companies. This goes well beyond what annotations reveal and prevents false-negative interpretation.

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?

A dense but front-loaded description: trigger examples and the core directive come first, followed by source enumeration, return semantics, failure behavior, and parameter details. Each clause contributes operational knowledge or prevents a wrong call, and the length is justified by the tool's complexity.

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?

With no output schema, the description carries the full burden of explaining return values and edge cases, and it does so thoroughly: sections returned, URI format for filings, resolved_to/resolved_from, source success/failure reporting, and private-company fallback. No critical operational behavior is left unstated.

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?

The schema covers 100% of parameters, so baseline is 3. The description adds genuine value by explaining that type values are interchangeable, value accepts ticker/CIK/company name, CIK should be zero-padded, name resolution uses SEC EDGAR's match, and private companies return resolved:false with notes.

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 opens with concrete query triggers and defines a specific resource: a full cross-source profile of a US public company. It distinguishes the tool from single-pack SEC/XBRL/news lookups by declaring 'ALWAYS PREFER' for holistic requests, leaving no ambiguity about what entity_profile does.

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 provides explicit usage conditions: use when the user asks for a holistic view, and prefer over chaining single-pack SEC/XBRL/news lookups. It lacks an explicit when-not/alternative mapping to siblings such as compare_entities or resolve_entity, so selection guidance is strong but not exhaustive.

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.9/5.0
Disambiguation2/5

Several tools are deliberately near-identical variants (ask_pipeworx, ask_pipeworx_beta, ask_pipeworx_grounded) or have overlapping routing/query purposes (deep_research, validate_claim, discover_tools, suggest_questions). The Polymarket cluster also has five tools that all surface 'edges' or 'arbitrage' with only subtle differences. Only the three GeoNet tools and the memory trio are cleanly distinct.

Naming Consistency3/5

The dominant style is snake_case, and clusters like ask_pipeworx_* and polymarket_* are internally consistent. However, verb/noun patterns vary widely across the set: some tools begin with verbs (get_quake, scan_dependency, generate_llms_txt), some are noun phrases (entity_profile, volcano_alerts, recent_changes), and some are plain nouns (polymarket_arbitrage). Readable but not a single predictable convention.

Tool Count2/5

34 tools is well above the 'heavy' threshold, and the server is named 'Geonet Nz' while only 3 of its 34 tools relate to GeoNet. The overwhelming majority are Pipeworx/data/prediction-market tools, making the server's scope massively broader than its name implies. The count itself is not unreasonable for the actual feature sprawl, but it is inappropriate for the apparent purpose.

Completeness4/5

Taking the real scope as 'general authoritative data research + memory + subscriptions + a little GeoNet', the surface is quite complete: query entry points, grounded verification, deep research, entity resolution, comparisons, claim validation, monitoring subscriptions, memory persistence, and feedback are all present. The GeoNet-specific subset is also adequate (get one, list recent, volcano alerts). Minor gaps exist, like no general GeoNet station/well data or subscription editing, but nothing causes dead ends.