Skip to main content
Glama

CongressMCP

Send a CongressMCP email verification code

start_email_signup

Use this when the user wants to create or recover a CongressMCP account in chat. It sends a six-digit, 15-minute code to the supplied email after explicit acceptance of the terms and privacy policy. It does not start a subscription, expose whether an account already exists, or charge anything.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesPerson or organization name for the account.
emailYesEmail address that will own the CongressMCP account.
accepted_termsYesTrue only after the user explicitly accepts https://www.congressmcp.com/terms and https://www.congressmcp.com/privacy.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations cover the general safety profile (not readOnly, openWorld, non-idempotent, not destructive), and the description adds meaningful context beyond that: the code format and expiry, the consent prerequisite, and explicit non-behaviors (no subscription, no account-existence disclosure, no charge). This is valuable side-effect disclosure.

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 trigger condition, followed by a crisp behavior summary and then non-behaviors. No wasted words; every sentence contributes to correct invocation.

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 side-effect tool with no output schema, the description covers the when, what, and not-what. It could mention next steps (e.g., using verify_email_signup) or return behavior, but annotations and sibling names make those inferable. The description is essentially complete for an agent to call it correctly.

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%, so the description does not need to compensate. It reinforces the email and acceptance concepts already documented in the schema but does not add new parameter-level meaning beyond what the schema provides, so the baseline of 3 applies.

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 specific action (sends a six-digit verification code) and the resource (CongressMCP account via email), and explicitly differentiates itself from siblings by noting it does not start a subscription or expose account existence. This makes the tool's purpose unmistakable relative to its siblings.

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 opens with a clear 'Use this when...' condition covering both account creation and recovery. It also names boundary behaviors ('does not start a subscription, does not expose whether an account already exists') that prevent misuse, though it does not explicitly name alternative tools for those cases.

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