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
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Tool slug identifier (e.g., "openai", "notion", "github-copilot") |