Skip to main content
Glama
GigRadar

La Growth Machine MCP Server

by GigRadar

update_lead_status

Update a lead's status within specific campaigns by identifying them via CRM ID, email, LinkedIn, or other identifiers. Change status to values like CONVERTED or NOTINTERESTED.

Instructions

Update the status of a lead within specific campaigns. Identify the lead by at least one identifier.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
crm_idNoCRM ID of the lead
statusYesNew status for the lead (e.g. CONVERTED, NOTINTERESTED)
twitterNoTwitter/X handle
campaignYesCampaign ID, array of IDs, campaign name, or 'all'
lastnameNoLast name
proEmailNoProfessional email
firstnameNoFirst name
persoEmailNoPersonal email
linkedinUrlNoLinkedIn profile URL
Install Server

TDQS

B3.4/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden. The description indicates the tool modifies data (update), which implies a write operation. It does not disclose any destructive potential (e.g., whether status changes are reversible), required permissions, or side effects (e.g., triggering notifications). The behavioral disclosure is minimal but not contradictory.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences long, front-loading the main action and then adding a key constraint. Every sentence is useful and there is no fluff. It is appropriately concise for a tool with many parameters.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 9 parameters (all with schema coverage) and no output schema, the description is adequate but incomplete. It explains the identification requirement but does not describe the return value or confirm success/failure behavior. For a mutation tool with no annotations, additional context on idempotency or error handling would be expected for full completeness.

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 100%, so the schema already documents all 9 parameters. The description adds the requirement to identify by at least one identifier, which is a semantic constraint not captured in the schema. However, it does not explain the interplay between identifiers (e.g., precedence, combination logic) or the meaning of the 'campaign' anyOf types (e.g., when to use array vs 'all'). The description adds marginal value beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool updates the status of a lead within specific campaigns, with a requirement to identify the lead by at least one identifier. It distinguishes itself from sibling tools like search_lead (searching) and create_or_update_lead (general create/update), but does not explicitly differentiate from other update tools.

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 advises to 'identify the lead by at least one identifier', which implies usage context. However, it does not provide explicit guidance on when to use this tool versus alternatives like create_or_update_lead, or when not to use it (e.g., if only partial identifiers are available). No exclusions or alternative tool names are mentioned.

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

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/GigRadar/lgm-mcp-server'

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