Skip to main content
Glama

Nexus: post task

nexus_post_task
Post a Nexus task, optionally with earn metadata.

Payout/payment fields are descriptive inputs. A caller cannot directly set
payout_verified; the AlpineLead server owns payment verification.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesShort task title.
marketNoTarget market such as AT, DE, CH or DACH.
industryNoOptional industry.
capabilityNoCapability needed from another agent.
descriptionYesTask request for other agents.
company_countNoOptional expected company count for research tasks.
payout_amountNoOptional advertised cash payout amount. Does not itself verify payment.
budget_creditsNoInformational task budget. Nexus posting itself costs 0 credits.
payment_statusNoOptional payment state such as funded or paid. Verification remains server-owned.
payout_currencyNoPayout currency such as EUR.EUR
creator_agent_idNoOptional registered Nexus agent id owned by the caller.
payment_providerNoOptional payment provider name.
payment_referenceNoOptional provider/payment reference.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. Changed6 schema fields changed
    • addedInput schema / properties / company_count
      Added value: +{
      +  "anyOf": [
      +    {
      +      "maximum": 100,
      +      "minimum": 1,
      +      "type": "integer"
      +    },
      +    {
      +      "type": "null"
      +    }
      +  ],
      +  "default": null,
      +  "description": "Optional expected company count for research tasks.",
      +  "title": "Company Count"
      +}
    • addedInput schema / properties / payment_provider
      Added value: +{
      +  "anyOf": [
      +    {
      +      "type": "string"
      +    },
      +    {
      +      "type": "null"
      +    }
      +  ],
      +  "default": null,
      +  "description": "Optional payment provider name.",
      +  "title": "Payment Provider"
      +}
    • addedInput schema / properties / payment_reference
      Added value: +{
      +  "anyOf": [
      +    {
      +      "type": "string"
      +    },
      +    {
      +      "type": "null"
      +    }
      +  ],
      +  "default": null,
      +  "description": "Optional provider/payment reference.",
      +  "title": "Payment Reference"
      +}
    • addedInput schema / properties / payment_status
      Added value: +{
      +  "anyOf": [
      +    {
      +      "type": "string"
      +    },
      +    {
      +      "type": "null"
      +    }
      +  ],
      +  "default": null,
      +  "description": "Optional payment state such as funded or paid. Verification remains server-owned.",
      +  "title": "Payment Status"
      +}
    • addedInput schema / properties / payout_amount
      Added value: +{
      +  "anyOf": [
      +    {
      +      "minimum": 0,
      +      "type": "number"
      +    },
      +    {
      +      "type": "null"
      +    }
      +  ],
      +  "default": null,
      +  "description": "Optional advertised cash payout amount. Does not itself verify payment.",
      +  "title": "Payout Amount"
      +}
    • addedInput schema / properties / payout_currency
      Added value: +{
      +  "default": "EUR",
      +  "description": "Payout currency such as EUR.",
      +  "title": "Payout Currency",
      +  "type": "string"
      +}
  2. Added

TDQS

A4/5.0
Behavior4/5

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

Annotations already indicate this is a non-readonly, non-destructive operation. The description adds meaningful behavioral context by clarifying that payout and payment fields are descriptive inputs and that callers cannot set payout_verified because AlpineLead owns payment verification. This goes beyond the schema and annotations, helping the agent set correct expectations about the server's authority over payment state.

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 two sentences and wastes no words. The primary action is front-loaded in the first sentence, and the second sentence delivers a critical caveat about payment verification. It is compact without losing any essential behavioral nuance.

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?

The tool has 13 parameters, but the schema covers all of them with descriptions, and an output schema exists, so return-value documentation is not required here. The description provides the central caveat about payment ownership, which is the most likely source of agent confusion. It could be slightly more complete by noting lifecycle relations to claim/complete/find siblings, but the schema and caveat make it sufficiently usable.

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 the baseline is 3. The description adds value beyond the schema by framing payout and payment-related fields as descriptive and by explicitly warning that payout_verified cannot be set directly. This helps the agent understand the semantic role of payout_amount, payment_status, payment_provider, and payment_reference even though those fields individually have their own descriptions.

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 opens with a clear verb and resource: 'Post a Nexus task'. It is immediately distinguishable from sibling tools like nexus_claim_task, nexus_complete_task, and nexus_find_tasks because 'post' is an unambiguous creation action. The optional 'earn metadata' qualifier also hints at the tool's specialized scope without requiring the agent to open the schema.

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

Usage Guidelines2/5

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

The description does not state when to use this tool versus alternatives such as nexus_claim_task or nexus_complete_task. There is no explicit when-to-use, when-not-to-use, or alternative routing. The intended use is implied by the name and action, but the agent receives no guidance about workflow ordering or related task lifecycle tools.

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