Skip to main content
Glama

Compare Entities

compare_entities
Read-onlyIdempotent

"Compare X and Y" / "X vs Y" / "X versus Y" / "which is bigger / better / larger / more profitable" / "rank these companies" / "head to head" — side-by-side comparison of 2–5 companies or drugs in ONE parallel call. ALWAYS PREFER over sequential single-pack lookups when comparing entities. type="company" pulls LATEST 10-K revenue + net income + cash + long-term debt from SEC EDGAR/XBRL (off-calendar fiscal years handled correctly — AAPL Sep, NVDA Jan, etc.). type="drug" pulls FAERS adverse-event counts, FDA approval counts, active trial counts. Results sorted by primary metric so "largest" / "most" / "biggest" reads off the top of the response. Returns paired data + pipeworx:// citation URIs per entity. Replaces 8–15 sequential lookups.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeYesEntity type: "company" or "drug".
valuesYesFor company: 2–5 tickers/CIKs (e.g., ["AAPL","MSFT"]). For drug: 2–5 names (e.g., ["ozempic","mounjaro"]).

TDQS

A4.6/5.0
Behavior5/5

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

Beyond the annotations (readOnlyHint, openWorldHint, idempotentHint), the description details data sources (SEC EDGAR/XBRL for companies, FAERS/FDA for drugs), correct handling of off-calendar fiscal years, result sorting by primary metric, and returns citation URIs. This provides extensive behavioral context.

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 well-structured with examples and imperative instructions. Every sentence adds value—no redundancy. It uses concise phrasing and front-loads the core purpose, making it easy for an agent to parse.

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?

The description covers the tool's input, behavior, and output format ('paired data + pipeworx:// citation URIs'). It explains sorting and efficiency gains. Without an output schema, it provides adequate context, though details on exact output structure for multi-entity comparisons are slightly vague.

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 input schema already covers both parameters with 100% coverage. The description adds specific context for each type: 'company' pulls latest 10-K financials, 'drug' pulls adverse-event counts, FDA approvals, etc. It also clarifies that values are tickers/CIKs for companies and drug names for drugs, augmenting the schema.

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 clearly states the tool performs side-by-side comparisons of 2–5 companies or drugs in a single call, with explicit examples of user queries that trigger it. It distinguishes the tool from sequential single-entity lookups, making its purpose unmistakable.

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?

The description explicitly instructs to 'ALWAYS PREFER over sequential single-pack lookups when comparing entities,' providing clear when-to-use guidance. It does not name specific alternative sibling tools (e.g., entity_profile, search) but the context is clear enough.

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

Most tools are clearly distinct, but ask_pipeworx and ask_pipeworx_beta are currently identical, ask_pipeworx_grounded and deep_research overlap with the base router, and the polymarket_* family contains several scanning/arbitrage tools with fuzzy boundaries. The long descriptions help, but an agent could easily call the wrong variant.

Naming Consistency3/5

There are coherent clusters (pipeworx_*, polymarket_*, ask_pipeworx_*, bare Adzuna verbs), but the overall server mixes snake_case, bare nouns, compound names, and -_prefixed names without a unifying convention. Some tools like compare_entities, entity_profile, and scan_dependency follow a descriptive style that does not match the verb_ noun pattern used elsewhere.

Tool Count2/5

37 tools is well above the 25-tool threshold, and the server named 'Adzuna' includes far more than job-search functionality: prediction markets, memory, subscriptions, npm dependency checks, AI visibility probes, and llms.txt generation. The count feels like a bundled mega-platform rather than a focused job-data server.

Completeness3/5

For a job-search-focused server, the Adzuna tools cover search, categories, history, regional stats, salary histograms, and top companies, but there is no direct job-detail or application workflow. For the broader Pipeworx research surface, coverage is very thorough, so the main completeness problem is the lack of a clear unified domain rather than a specific missing operation.