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"]).

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.5/5.0
Behavior5/5

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

Annotations already indicate read-only, open-world, idempotent, and non-destructive behavior. The description adds substantial detail: for companies it pulls specific financials (revenue, net income, cash, debt) and handles off-calendar fiscal years; for drugs it pulls adverse events, FDA approvals, and trials. It also notes sorted results and citation URIs. No contradictions.

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 information-dense but well-structured. It front-loads example queries, then explains data sources and behavior. While every sentence adds value, it could be slightly more concise. A 5 would require even tighter wording.

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?

There is no output schema, so the description must explain return values. It states 'Returns paired data + pipeworx:// citation URIs per entity,' but does not detail the format of the paired data. Given the complexity and richness of the description, missing output format details keep it from a 5.

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 description coverage is 100%, so baseline is 3. The description adds value by explaining the data sources for each enum value ('company' vs 'drug') and clarifying that 'values' expects tickers/CIKs or drug names. It also gives examples and the max 5 constraint, enhancing understanding beyond 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's function: 'side-by-side comparison of 2–5 companies or drugs in ONE parallel call.' It uses strong action verbs ('compare', 'ranks') and specifies the resources (SEC filings for companies, FAERS/FDA/trials for drugs). It distinguishes itself from sequential single-pack lookups, making the 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 provides explicit guidance: 'ALWAYS PREFER over sequential single-pack lookups when comparing entities.' It gives query examples and states it replaces 8–15 sequential lookups. Lack of explicit alternatives or when-not-to-use scenarios prevents a 5, but the guidance is strong.

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 tool families have unclear boundaries: ask_pipeworx, ask_pipeworx_beta, and ask_pipeworx_grounded are near-duplicates (the beta is currently identical), and the six polymarket_* tools plus bet_research heavily overlap in prediction-market analysis. ai_visibility_check and scan_competitor_ai_presence also serve the same core function. An agent would frequently need to read lengthy descriptions to pick the right one, and could easily misselect.

Naming Consistency3/5

Most tools follow a readable snake_case pattern, but the style is mixed: some are verb-first (ask_pipeworx, search_datasets, resolve_entity), some are domain-prefixed nouns (polymarket_edges, pipeworx_feedback), and a few are bare nouns or adjective-noun phrases (dataset, entity_profile, recent_alerts). It is not chaotic, but there is no single predictable verb_noun convention across the set.

Tool Count2/5

With 34 tools, this is above the 25+ threshold considered too many for a coherent toolset. The count is inflated by near-duplicate families (three ask_pipeworx variants, six polymarket tools) that could reasonably be consolidated. While the server covers a broad domain, the number of top-level choices creates unnecessary selection burden for agents.

Completeness4/5

For a read-focused data/research gateway, the surface is quite complete: general lookup, grounded verification, deep research, entity resolution, comparisons, change tracking, memory, subscriptions, and feedback are all present. Minor gaps exist, such as no direct fetch-by-URI tool for the pipeworx:// citations that other tools return, and the Dutch open-data tools are strictly read-only. These are workarounds rather than dead ends.