Skip to main content
Glama

Mpp Email Finder

mpp_email_finder
Read-only

Find a person's email address given their name and company domain using MPP (Machine Payments Protocol). Pay-per-request, no API key required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainNoThe domain of the company
companyNoThe company name
full_nameNoThe full name of the person
last_nameNoThe last name
first_nameNoThe first name

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedOutput schema / (root)
      Previous value: -nullNew value: +{
      +  "$schema": "http://json-schema.org/draft-07/schema#",
      +  "additionalProperties": false,
      +  "properties": {
      +    "data": {}
      +  },
      +  "required": [
      +    "data"
      +  ],
      +  "type": "object"
      +}
  2. First observed

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already cover read-only and open-world intent, so the description only needs to add context; it adds a cost warning ('Pay-per-request') and an authentication fact ('no API key required'). Rate-limit and error details are absent, but the most important operational trait is disclosed.

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 short sentences deliver the core action, input pattern, protocol, cost model, and auth model without wasted words. The most decision-relevant information is front-loaded.

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?

With five parameters, none marked required, and an output schema present, the definition is mostly complete, but the missing required-input combination (e.g., which name field and whether domain, company, or both) is a real gap. An agent could under-specify the request or incur an unintended charge.

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 every parameter has an individual description and the baseline is 3. The description's 'name and company domain' phrase does not clarify whether full_name replaces or complements first_name/last_name, nor whether domain and company are both needed, though schema-level descriptions cover each field's basic meaning.

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 states a concrete action ('Find a person's email address'), the required input pattern ('name and company domain'), and the mechanism ('using MPP'). It also distinguishes itself from the non-MPP sibling 'email_finder' by noting 'Pay-per-request, no API key required.'

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?

It clearly signals when this variant is appropriate: pay-per-request and no API key needed. It does not explicitly name alternative tools or provide a 'when not to use' condition, so it stops short of a full routing guide.

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.