Skip to main content
Glama

Stratalize Intelligence

get_ftc_enforcement_history

Read-only

Use when evaluating antitrust exposure, consumer protection liability, data privacy enforcement history, or deceptive practices risk for a company before an acquisition, strategic partnership, or enterprise vendor selection. FTC consent orders impose ongoing behavioral restrictions lasting 10-20 years and carry $50,000+ per day penalties for violations. Example: Tech Platform Corp — FTC consent order 2021, $150M civil penalty, 20-year restrictions on data monetization practices, biennial compliance reporting — restrictions survive acquisition and bind acquirer. Source: FTC Enforcement Cases and Proceedings. $0.50 USDC per call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_nameYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already indicate read-only and non-destructive behavior. The description adds meaningful context: FTC consent orders last 10-20 years, carry $50,000+/day penalties, survive acquisition, and bind the acquirer. It also gives a concrete example and source, plus the $0.50 USDC cost per call, which is useful practical context beyond the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the primary use cases, then adds enforcement consequences, a concrete example, source, and pricing. It is longer than the minimal description, but eac sentence adds useful information; nothing feels like 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 read-only, one-parameter tool with no output schema, the description covers the key facts needed for selction and invocation: when to use it, what type of data it surfaces, why it matters, a source, and cost. The main gap is that it does not describe the return format or fields, wich would be more material because no output schema exists.

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?

The only parameter, company_name, is undocumented in the schema beyond being a string. The description compensates by clarifying that the tool evaluates 'a company' and uses 'Tech Platform Corp' as an example, but it does not specify the expected name format – legal name vs common name, subsidiaries, aliases – or explicitly confirm input requirements. For a single parameter this is adequate but not thorough.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly names a specific resource – FTC enforcement history – and ties it to concrete use cases: antitrust exposure, consumer protection liability, data privacy enforcement history, and deceptive practices risk. It does not explicitly contrast with sibling enforcement tools like get_occ_enforcement_actions or get_cfpb_complaint_intelligence, but the FTC focus and decision context make the purpose clear.

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 provides explicit usage context: before an acquisition, strategic partnership, or enterprise vendor selection, and in specific risk categories. It does not state when not to use it or name alternative tools for adjacent agencies/topics, so some routing responsibility remains on the agent.

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