Skip to main content
Glama
comparedge

mcp-server-comparedge

Official

get_tool

Retrieve a software tool's full profile including description, category, rating, pricing summary, key features, and links by providing its slug. Use to get an overview before exploring pricing or alternatives.

Instructions

Retrieve the full profile for a specific software tool by its slug identifier. Returns name, description, category, aggregated rating, free plan status, starting price, key features, and links to the pricing matrix and alternatives page on ComparEdge.

BEHAVIOR: Looks up the tool by exact slug. Returns a structured profile with all available metadata. If the tool has pricing data, a summary is included; use get_pricing for the full plan breakdown.

USAGE GUIDELINES:

  • Use when the user asks "what is X?", "tell me about X", or "give me an overview of X".

  • Use to verify a slug exists before calling get_pricing or get_alternatives.

  • Prefer get_pricing when the user specifically asks about cost or plans.

EXAMPLE QUERIES: "Tell me about Linear", "What does Notion do?", "Give me an overview of HubSpot"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesTool slug identifier (e.g., "openai", "notion", "github-copilot")
Behavior4/5

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

Describes lookup by exact slug and output summary, but does not mention error handling for missing slugs or invalid inputs. Without annotations, this is the main gap.

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?

Well-structured with clear sections (BEHAVIOR, USAGE GUIDELINES, EXAMPLE QUERIES). Front-loaded with purpose and no unnecessary sentences.

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?

Provides good context on output and sibling tools, but lacks details on error cases or response format (no output schema). Adequate for most use cases.

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

Parameters3/5

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

Schema covers slug parameter fully. Description adds example values and exact match behavior, but no additional semantics beyond what schema provides.

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 retrieves a full profile for a specific tool by slug, listing returned fields and distinguishing from sibling tools like get_pricing and get_alternatives.

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 provides use cases (e.g., user asking about a tool), when to prefer alternatives, and example queries. Also advises using it to verify slug existence before other calls.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/comparedge/mcp-server-comparedge'

If you have feedback or need assistance with the MCP directory API, please join our Discord server