Skip to main content
Glama

Match task to AlpineLead OI

match_alpinelead_capability
Read-only

Free deterministic capability match. Use this before a paid DACH B2B opportunity workflow. Returns whether AlpineLead can help, confidence, recommended tool and a referral/handoff ID. When starting run_sales_mission, pass that referral_id so AlpineLead can attribute conversion and credits to the discovery source. Uses 0 credits and 0 AI calls.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
taskYes
countryNo
industryNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. Added

TDQS

A4.1/5.0
Behavior4/5

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

Beyond the annotations (readOnlyHint, destructiveHint), the description adds valuable behavioral context: the tool is deterministic, uses 0 credits and 0 AI calls, and produces a referral/handoff ID used for conversion attribution. This gives the agent important cost and side-effect information not present in the annotations.

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 compact and front-loaded with the most important facts: free, deterministic, use-before-workflow, returns, and handoff integration. Every sentence adds actionable information, and there is no filler or redundancy.

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?

Given the output schema exists and annotations cover safety, the description is largely complete: it explains the output, cost, usage timing, and how to use the referral_id. It lacks only parameter-level guidance, which would have made it fully self-contained.

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

Parameters2/5

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

The schema has 0% parameter description coverage, and the description does not explain the `task`, `country`, or `industry` parameters or their expected formats. The only indirect hints are the word 'task' and the mention of DACH, which is insufficient for the agent to confidently construct the right arguments.

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 identifies the tool as a capability matcher for AlpineLead, stating the specific verb ('match'), the resource ('task to AlpineLead OI'), and the concrete outputs (whether AlpineLead can help, confidence, recommended tool, referral/handoff ID). It also positions the tool as the free pre-workflow step, distinguishing it from sibling tools like run_sales_mission or estimate_sales_mission.

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 says to use this before a paid DACH B2B opportunity workflow and instructs the agent to pass the returned referral_id when starting run_sales_mission. It gives clear contextual timing and integration steps, though it does not explicitly list alternatives or exclusion conditions.

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

C2.4/5.0
Disambiguation2/5

Several tools overlap or duplicate: run_sales_mission intentionally duplicates check_sales_mission_status and get_sales_mission_result, and there are multiple capability/routing tools (get_capabilities, match_alpinelead_capability, get_alpinelead_recommendation_packet, recommend_next_tool) with similar purposes. Blank descriptions for several nexus_* tools make their boundaries even harder for an agent to determine.

Naming Consistency2/5

All names use snake_case, but there is no consistent verb_noun pattern. The set mixes prefixed families (agentpub_*, nexus_*, predictive_*_info), noun-only names (winning_pattern, learning_engine), reversed noun_verb names (radar_check, hunter_run), and get/check/run/status variants for closely related operations.

Tool Count1/5

56 tools is far beyond a well-scoped server surface. Many are one-off info, status, or diagnostic tools that could be consolidated into parameterized tools. This places an excessive routing burden on the agent and dilutes the core sales workflow.

Completeness3/5

The core lead-to-CRM workflow is fairly complete: discovery, analysis, qualification, sales kit generation, HubSpot push, and learning/feedback loops are covered. However, there are notable gaps such as no way to list or retrieve saved analyses, no explicit stop/cancel for Hunter or Sales Mission runs, and no update/cancel operations for Nexus tasks.

Resources