leaderra
Server Details
GTM data layer for AI agents: find scored B2B leads free, reveal verified email+mobile, audit ads.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4.4/5 across 3 of 3 tools scored.
Each tool has a clearly distinct purpose: audit_ads for ad account auditing, find_leads for discovering leads, and reveal_contact for retrieving contact details. No ambiguity exists.
All tool names follow a consistent verb_noun pattern (audit_ads, find_leads, reveal_contact) in snake_case, making them predictable and easy to understand.
With three tools, the server is well-scoped for its intended purpose: one for ad auditing and two for lead generation (find and reveal). The count feels appropriate and not excessive.
The tool set covers the core workflows of auditing ads and finding/revealing leads without obvious gaps. The combination of free search and credit-based reveals is logical and complete for the domain.
Available Tools
3 toolsaudit_adsAInspect
Audit a connected Meta ad account (via Adspirer): scores each ad, flags wasted spend, and returns prioritized actions. Spends 5 credits. Omit accountId to audit the demo account.
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Lookback window in days (default 30). | |
| accountId | No | Adspirer ad_account_id (optional → demo). | |
| roasTarget | No | Target ROAS (default 2.5). |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden. It discloses that the tool scores each ad, flags wasted spend, and returns prioritized actions, plus the credit cost. However, it lacks details on authentication requirements or rate limits.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences, front-loaded with the main action, and contains no unnecessary words. Every sentence provides critical information.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no output schema, the description should more fully indicate the return format. It says 'returns prioritized actions' but does not describe the structure of the output (e.g., list of ads with scores, spend flags). For a tool with 3 parameters, this is a notable gap.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so baseline is 3. The description adds value by providing defaults for days (30) and roasTarget (2.5), and clarifying that accountId is optional and refers to Adspirer's ad_account_id.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description specifies the tool audits a connected Meta ad account via Adspirer, scoring ads, flagging wasted spend, and returning prioritized actions. It clearly distinguishes from sibling tools (find_leads, reveal_contact) which serve different purposes.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description states credit cost (5 credits) and explains how to audit the demo account by omitting accountId. While it provides context for usage, it does not explicitly state when to use this tool versus alternatives or when not to use it.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
find_leadsAInspect
Find scored, in-market B2B leads (hot-signal) for an offer + ICP. Returns a list with a fit score and a call brief, but WITHOUT contacts — call reveal_contact with a row's ref to get email/phone. Searching is FREE: credits are only spent on reveals.
| Name | Required | Description | Default |
|---|---|---|---|
| icp | Yes | Who you sell to (industry, size, geo, role). | |
| count | No | How many leads (1-25, default 10). | |
| offer | Yes | What you sell, in a sentence. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Fully discloses behavior: returns a list with fit score and call brief but without contacts. No annotations exist, so description carries full burden; it does so effectively.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences with no wasted words. Front-loaded with purpose, then key behavioral info (no contacts, free search). Excellent structure.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the number of parameters and no output schema, the description fully covers what the tool does, its free behavior, and its relationship to sibling tools.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% with good descriptions for each parameter. Description does not add significant detail beyond schema, only context about output. Baseline of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Description clearly states it finds scored, in-market B2B leads for an offer and ICP, distinguishing it from sibling tools like reveal_contact that handle contact details. Verb 'find' and resource 'leads' are specific.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly explains when to use this tool (to get leads without contacts) and when to use reveal_contact (to get email/phone). Also notes that searching is free, credits only on reveals.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
reveal_contactAInspect
Reveal a verified email + mobile for a lead ref returned by find_leads. Spends 12 credits (email 2 + mobile 10); fully refunded if nothing verifiable is found — you are never charged on a miss.
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | The `ref` from a find_leads row. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
There are no annotations, so the description fully handles transparency. It discloses the credit cost (12 credits split) and the refund policy in case of no results, which is important behavioral info. No side effects or other behaviors are mentioned.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences convey purpose, source, cost, and refund policy with zero waste. Every sentence adds value, and the structure is front-loaded with the main purpose.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple tool with one parameter and no output schema, the description covers purpose, prerequisite, cost, and refund completely. An agent can accurately decide when to invoke it.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Input schema coverage is 100% and already describes the 'ref' parameter as coming from a 'find_leads' row. The description restates this but adds no new semantic information, so a score of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool reveals verified email and mobile for a lead, using the verb 'reveal' and specifying the resource. It ties to the sibling 'find_leads' by mentioning the ref, distinguishing it from other tools.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description specifies that the ref comes from 'find_leads', providing clear context for when to use this tool. It does not explicitly exclude any scenarios or list alternatives, but the prerequisite is clear.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!