Skip to main content
Glama

set_prospect_priority

Set an outreach priority (1=highest) for a single prospect within a project, overriding its status-based order. Use this to control outbound targeting sequencing per prospect.

Instructions

Set one prospect's outreach priority (1=highest) within a project. Per-prospect operator override applied regardless of the prospect's status; measured targeting outranks priority in the outbound ordering once data accrues. Read the current value via list_project_prospects or get_outbound_targets.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
priorityYes
projectIdYesProject name or ID
prospectIdYes
Behavior4/5

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

With no annotations provided, the description carries the full burden of disclosing behavior. It explains the priority scale, that the value is a per-prospect operator override independent of status, that measured targeting outranks priority after data accrues, and how to read the current value. This goes well beyond a basic 'sets priority' statement.

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, front-loaded, and every sentence earns its place: first defines the operation, second provides key semantic behavior, third tells the agent how to verify the result. 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?

For a simple setter with three required parameters and no output schema, this description is reasonably complete. It covers the tool's effect, priority ordering nuance, and a readback path. It could still mention whether the value is permanent or reversible, but this is not a major gap given the tool kind.

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 description coverage is low (33%), but the description compensates partly by defining the priority meaning ('1=highest') and clarifying that prospectId refers to one prospect within a project. The projectId parameter already has the schema description 'Project name or ID', while prospectId is left mostly to inference, so the compensation is incomplete.

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 uses a specific verb and resource: 'Set one prospect's outreach priority (1=highest) within a project.' It clearly differentiates from sibling tools like update_prospect or set_prospect_do_not_contact by focusing specifically on outreach priority.

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

Usage Guidelines3/5

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

The description implies the intended use case by naming the operation and explicitly points to read tools (list_project_prospects, get_outbound_targets) for verification. However, it does not explicitly state when to prefer this over related setter tools such as update_prospect_status or set_prospect_do_not_contact.

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/aitit-inc/leadace'

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