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?

Annotations already declare readOnly/openWorld/idempotent/non-destructive behavior, and the description adds substantial context: parallel source fan-out, soft-failure for USPTO, 'empty section is a real no-data, not a bug,' resolution behavior for names, and the private-company resolved:false path. This goes far beyond the annotations and gives agents accurate expectations.

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?

The description is long but every segment earns its place: trigger examples and the preference rule come first, followed by a dense but structured enumeration of sources, return fields, and edge-case semantics. No filler or repetition of structured data is present.

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 fully compensates by specifying exact return fields, source behavior, failure semantics, and input edge cases. An agent has enough information to invoke the tool correctly and interpret both expected and unexpected results.

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 already has 100% description coverage for type and value. The description adds meaningful nuance: accepted value forms (ticker, zero-padded CIK, company name), name resolution via SEC EDGAR, and the fact that type accepts 'company' or 'ticker' interchangeably. This is a solid enhancement over the schema, though the schema already carries the core semantics.

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 names a specific verb and resource: 'full cross-source profile of a US public company.' It leads with concrete user phrasings, and explicitly contrasts itself with 'chaining single-pack SEC/XBRL/news lookups,' making it easy for an agent to identify this tool as the holistic-profile option.

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?

Usage conditions are explicit: use it when the user asks for a holistic view, and 'ALWAYS PREFER' it over chaining single-source lookups. It also explains how private companies are handled and that type/value shapes are interchangeable. It does not explicitly name alternative sibling tools such as deep_research or compare_entities, but the guidance is otherwise clear.

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
Disambiguation3/5

The set mixes several overlapping clusters: three ask_pipeworx variants (beta is explicitly identical to stable right now), six Polymarket tools with similar opportunity-scanning purposes, and two AI-visibility tools that duplicate each other. However, the descriptions are detailed enough that an agent can usually pick correctly, so the ambiguity is moderate rather than severe.

Naming Consistency2/5

Tool names follow no single convention — some are verb_noun (query_layer, validate_claim), some noun_noun (entity_profile, layer_info), some company-prefixed clusters (pipeworx_*, polymarket_*), and a few standalone verbs (forget, recall). While snake_case is consistent, the absence of a uniform verb_noun pattern across the set makes it unpredictable.

Tool Count2/5

At 34 tools, the server is oversized for its apparent purpose, and the count is even more problematic because most tools belong to a general Pipeworx/data platform while only 3 serve the 'Arcgis Princewilliam' GIS theme. The set feels like two unrelated servers merged, with many tools earning no clear place in a unified product.

Completeness2/5

The GIS side is a read-only stub (search, schema, and query) with no editing or feature-level retrieval, and the broader Pipeworx side has a notable dead end: tools return pipeworx:// citation URIs but no tool is provided to fetch those resources. The result is a surface that is simultaneously over-built in prediction markets and under-built in its namesake domain.