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

A5/5.0
Behavior5/5

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

Beyond the annotations (read-only, open world, idempotent), the description discloses data sources (SEC EDGAR/XBRL, FAERS), handling of off-calendar fiscal years, sorting behavior by primary metric, and output format with citation URIs. This significantly enriches the agent's understanding.

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 dense but well-structured, starting with example queries, then stating the core purpose, followed by type-specific details and output format. Every sentence adds value without repetition or fluff.

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 lack of an output schema, the description adequately covers return values (paired data + citation URIs) and edge cases (off-calendar fiscal years). The tool's behavior, data sources, and limits are fully specified, making it complete for an agent to invoke correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Although the schema already covers both parameters (100% coverage), the description adds meaning by detailing what each type ('company' vs 'drug') retrieves. It also provides realistic examples for values and explains how results are sorted, going 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 purpose: 'side-by-side comparison of 2–5 companies or drugs in ONE parallel call.' It uses a specific verb ('compare') and resource (companies/drugs), and distinguishes from alternatives by noting it should replace sequential single-pack lookups.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly states when to use: 'ALWAYS PREFER over sequential single-pack lookups when comparing entities.' It also provides example queries to clarify user intent and notes it replaces 8–15 sequential lookups, giving clear context.

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

The tool set mixes general-purpose Pipeworx tools (ask_pipeworx, ai_visibility_check, bet_research) with only three paleontology-specific tools (find_fossils, get_taxon, list_subtaxa). Multiple similar 'ask_pipeworx' variants further blur distinctions, making it difficult for an agent to select the right tool without deep domain knowledge.

Naming Consistency3/5

Tool names are mostly in snake_case and somewhat descriptive, but the naming conventions vary widely: imperative verbs (find_fossils), interrogative (suggest_questions), and nouns (recent_alerts). The presence of multiple 'ask_pipeworx' variants with inconsistent suffixes (beta, grounded) adds confusion.

Tool Count2/5

With 34 tools, the server is oversized for its claimed paleontology focus. The vast majority of tools are unrelated to Paleobiology, making the server feel more like a general-purpose data API than a specialized paleontology tool. A focused server should have a smaller, targeted set.

Completeness2/5

For the Paleobiology Database purpose, the coverage is severely lacking: only three tools are directly relevant (find_fossils, get_taxon, list_subtaxa). Missing essential operations like searching taxa by name, retrieving occurrences by location, or accessing collections data. The tool set is not a coherent interface for the domain.