Skip to main content
Glama
LeadMagic

LeadMagic MCP Server

by LeadMagic

Role Finder

find_role

Search for specific job titles or functions within organizations using job title and optional company details. Ideal for targeted B2B prospecting.

Instructions

Find specific roles/positions within a company. Targeted search for particular job titles or functions within organizations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
job_titleYes
company_nameNo
company_domainNo
company_profile_urlNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.1.0

TDQS

C2.6/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full behavioral burden, and it discloses almost nothing: no auth requirements, no rate limits, no pagination, no result shape, no error behavior. Only the word 'search' weakly implies a read-only lookup.

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

Conciseness3/5

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

The description is short but the second sentence ('Targeted search for particular job titles or functions within organizations') largely restates the first, consuming space without adding information. It is neither bloated nor information-dense.

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?

With four undocumented parameters, no annotations, and no output schema, the description leaves the agent without the behavioral and parameter context needed to call this correctly. A search tool with an identifier-alternative parameter set needs more explanation than this.

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?

Schema description coverage is 0% across four parameters, so the description must compensate, but it does not. It never clarifies that job_title is required, nor that company_name, company_domain, and company_profile_url are alternative company identifiers rather than combinable filters.

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 states a clear verb ('Find') and resource ('roles/positions within a company'), so an agent knows what the tool returns. However, it offers no differentiation from siblings like find_employees, search_profile, or find_email, which also operate on people and companies.

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?

There is no when-to-use guidance, no prerequisites, and no mention of alternatives such as find_employees for broader people search. The agent must infer the right tool from the name alone.

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