Skip to main content
Glama

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.

MCP client
Glama
MCP server

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.

100% free. Your data is private.
Tool DescriptionsA

Average 4.4/5 across 3 of 3 tools scored.

Server CoherenceA
Disambiguation5/5

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.

Naming Consistency5/5

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.

Tool Count5/5

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.

Completeness5/5

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 tools
audit_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.

ParametersJSON Schema
NameRequiredDescriptionDefault
daysNoLookback window in days (default 30).
accountIdNoAdspirer ad_account_id (optional → demo).
roasTargetNoTarget ROAS (default 2.5).
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. 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.

Conciseness5/5

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.

Completeness3/5

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.

Parameters4/5

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.

Purpose5/5

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.

Usage Guidelines4/5

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
icpYesWho you sell to (industry, size, geo, role).
countNoHow many leads (1-25, default 10).
offerYesWhat you sell, in a sentence.
Behavior5/5

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.

Conciseness5/5

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.

Completeness5/5

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.

Parameters3/5

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.

Purpose5/5

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.

Usage Guidelines5/5

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
refYesThe `ref` from a find_leads row.
Behavior4/5

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.

Conciseness5/5

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.

Completeness5/5

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.

Parameters3/5

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.

Purpose5/5

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.

Usage Guidelines4/5

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.

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources