Skip to main content
Glama

Engagemii Citation Watch

data_signup

Create a free Engagemii data account. We email a verification link to the address; the account's API key (edk_...) stays inactive until the user clicks it, then the key appears in the portal and unlocks search_companies and data_records. Requires the user's email, a password of their choosing (8+ characters), their company name, and their EXPLICIT confirmation that they accept the data license at https://engagemii.com/aeo/data/license. Only set license_accepted to true if the user actually said yes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailYes
passwordYes8+ characters, chosen by the user
company_nameYes
license_acceptedYestrue ONLY if the user explicitly accepted the license

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.6/5.0
Behavior5/5

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

With no annotations, the description carries the full burden and excels: it discloses email verification, the inactive API key until link click, the key appearing in the portal, and the unlock of search_companies and data_records. It also flags the license acceptance requirement, so the agent understands the side effects and gating behavior.

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, each earning its place: purpose, activation behavior, and required inputs with the critical compliance caveat. Information is front-loaded and there is no filler.

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 no-annotations, no-output-schema tool, the description covers what the tool creates, the verification/activation flow, the required inputs, and the compliance constraint. It does not specify response/return details, but that is not needed to invoke correctly. One small gap is that it does not state what the agent should do if the user has not accepted the license.

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 describes only password and license_accepted (50% coverage). The description compensates by explaining all four parameters in context: user's email, user-chosen password of 8+ characters, company name, and explicit license confirmation. It adds the requirement that license_accepted only be true upon explicit user agreement, beyond the schema's wording.

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?

States a specific action and resource: 'Create a free Engagemii data account.' It also explains the account activation flow, which distinguishes data_signup from data-access siblings like search_companies and data_records.

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 clearly establishes the context: use it to create a new data account and obtain an API key. It does not name alternatives, but no sibling tool overlaps with signup, and the trigger conditions (user email, chosen password, company name, explicit license acceptance) are explicit. A small deduction for not explicitly saying 'use when the user wants to sign up.'

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.

Resources