Skip to main content
Glama

IG Digital Lab

Contact IG Digital Lab

submit_contact_request

Send a message to IG Digital Lab on behalf of a person who wants to get in touch. Only call this when the person has explicitly asked to be contacted and has given their real name and a real phone or email. It reaches a human.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesFull name of the person getting in touch.
emailNoEmail address. Give this or phone.
phoneNoPhone number. Give this or email.
messageYesWhat they need, in their own words.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

No annotations are provided, so the description carries the behavioral burden. It discloses that this action reaches a human, implying a real-world side effect and a non-automated follow-up. It does not cover response expectations or failure behavior, but the core human routing is transparent.

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?

Three sentences, front-loaded with the core action, followed by necessary consent conditions and the human-routing detail. Every sentence earns its place with no redundancy.

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

Completeness4/5

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

For a simple contact submission tool with fully documented parameters and no output schema, the description is nearly complete: it defines the action, the consent prerequisite, and the human destination. A brief note on what happens after submission would make it fully complete.

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 fully documents name, email, phone, and message. The description adds the 'real phone or email' condition but does not go beyond the schema at the parameter level, matching the baseline.

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 a specific action: sending a message to IG Digital Lab on behalf of a person who wants to get in touch. It distinguishes itself from the sibling info and audit tools by making the contact-submission intent explicit.

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 gives an explicit usage gate: only call when the person has explicitly asked to be contacted and provided a real name and a real phone or email. It does not name an alternative tool for audit requests, so it stops short of full when-not/alternative guidance.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.4/5.0
Disambiguation5/5

Each tool targets a clearly distinct action: company facts, service areas, service list, audit request, and contact request. There is no meaningful overlap between tools, and the descriptions reinforce when each should be used.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern: get_company_info, get_service_areas, list_services, request_ai_visibility_audit, submit_contact_request. The verbs are semantically accurate and uniform in style.

Tool Count5/5

Five tools is well-scoped for a company info and lead-generation server. Each tool contributes a distinct capability without redundancy or bloat.

Completeness4/5

The surface covers the core user journey: learn about the agency, verify coverage, see services, request an audit, and send a contact message. Minor gaps like portfolio or case study information could exist, but the essential informational and action-oriented workflows are complete.

Resources