Skip to main content
Glama

create_lead

Add new sales leads to Eduframe by entering contact details, company information, and product interests for tracking potential customers.

Instructions

Create a lead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleNoTitle of the lead
account_idNoID of the account linked to this lead
user_idNoID of the user linked to this lead
valueNoDecimal representing the price of a lead
company_nameNoName of the company where this lead comes from
first_nameNoThe first name of the lead
middle_nameNoThe middle name of the lead
last_nameNoThe last name of the lead
administrator_idNoID of administrator that owns the lead
emailNoThe email of the lead
phoneNoThe phone number of the lead **Note** : Use an international phone format unless the phone number is from the educator configured country.
statusNoThe status of the lead
qualityNoStar scoring for the lead
wants_newsletterNoIndicates if lead wants to receive the newsletter or not
commentNoComment for a lead
label_idsNoIDs of the labels
address_attributesNo
lead_productsNoArray of products and variants the lead is interested in.
Behavior2/5

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

Annotations indicate this is a non-idempotent write operation (readOnlyHint: false, idempotentHint: false), but the description adds no behavioral context about side effects, return values (e.g., the created lead ID), or whether partial creation is atomic. It does not contradict annotations, but provides no additional transparency.

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

Conciseness2/5

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

While brief, 'Create a lead' is inappropriately sized for an 18-parameter tool with nested objects (address_attributes, lead_products). It is front-loaded but underspecified—conciseness should not come at the cost of essential context for complex operations.

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

Completeness2/5

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

Given the high parameter complexity (18 optional params, nested structures) and lack of output schema, the description is severely incomplete. It fails to explain return values, required field combinations, or relationships between linked entities (account vs user vs administrator).

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?

With 94% schema description coverage, the parameter definitions are already comprehensive. The description adds no parameter guidance, but given the high schema quality, it meets the baseline expectation without needing to compensate for schema gaps.

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

Purpose2/5

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

The description 'Create a lead' is a tautology that restates the tool name. It fails to define what constitutes a 'lead' in this context (e.g., a sales prospect/CRM record) or differentiate from sibling tools like update_lead or get_lead.

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

Usage Guidelines1/5

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

No guidance provided on when to use this tool versus update_lead, or prerequisites for creation. The schema reveals relationships (account_id, user_id, administrator_id) that suggest ownership requirements, but the description mentions none of these constraints.

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/martijnpieters/eduframe-mcp'

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