Skip to main content
Glama

run_fca_pro_check

Run the full FCA UK financial-promotions self-audit for cryptoasset marketing (~25 rules). Section 21 FSMA, COBS 4.12A, PERG 8, the October 2023 cryptoasset regime, HTX precedent. Returns verdict + per-rule analysis + rewrite suggestions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoPublic URL to fetch and audit instead of pasting text. Server-side fetched with SSRF guards.
textNoThe marketing asset text to audit (landing-page copy, ad text, email body, X post, KOL contract, whitepaper excerpt, press release, etc.).
asset_typeNoOptional hint to the auditor about asset type: landing_page | ad | email | x_post | kol_contract | whitepaper | press_release.

TDQS

A4/5.0
Behavior3/5

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

No annotations are provided, so the description carries the burden of behavioral disclosure. It reveals the output ('verdict + per-rule analysis + rewrite suggestions') and scope (~25 rules, specific regulations), but does not explicitly state that the tool is read-only, has no side effects, or that it performs server-side fetching without persisting data. It adds some useful context but leaves safety profile implicit.

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?

The description is two sentences, front-loaded with the action ('Run'), and every sentence provides substantive value: scope, legal references, and return format. No filler or repetition of schema details.

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?

The description covers the tool's purpose, legal framework, and return payload in enough detail for an audit tool with 3 well-defined parameters. It lacks mention of rate limits, authentication, or runtime expectations, but these are less critical for a straightforward compliance-analysis tool. The absence of an output schema is mitigated by the explicit list of return components.

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 descriptions cover 100% of the three parameters, so the baseline is 3. The tool description adds context about the audit's legal scope and output, but does not provide additional meaning for the parameters themselves beyond what the schema already states. No compensation for a low-coverage situation is needed.

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 verb+resource: 'Run the full FCA UK financial-promotions self-audit for cryptoasset marketing'. It lists concrete regulatory references (Section 21 FSMA, COBS 4.12A, PERG 8) and distinguishes from sibling tools like run_mas_pro_check or run_sec_pro_check by explicitly naming the FCA UK jurisdiction and cryptoasset scope.

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 provides clear context (UK FCA financial-promotions audit for cryptoassets) and implies when to use it, but does not explicitly mention alternative tools or exclusions like 'use this for FCA matters, not for MAS/SEC'. The regulatory specificity effectively signals the intended use case, but explicit exclusions are absent.

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.2/5.0
Disambiguation5/5

Each tool targets a distinct resource or action: signal retrieval, search, ruleset listing, and regime-specific audits. The run_*_pro_check tools are parallel but clearly differentiated by jurisdiction names, and get_latest_signal vs search_signals serve different purposes.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with lowercase and underscores. The verbs get, list, search, and run are used predictably, and the run_*_pro_check pattern is uniform across all audit tools.

Tool Count5/5

13 tools is well within the ideal 3-15 range and each tool earns its place for a marketing compliance server. The count covers discovery (list_regimes), free resources (get_lite_ruleset), signal monitoring, and comprehensive audits across multiple jurisdictions and specialized checks.

Completeness5/5

The tool set provides thorough coverage of the marketing compliance domain: free ruleset for self-audit, full pro checks for major regulatory regimes (EU, UK, US, Singapore, UAE), specialized audits for ad creative, AEO visibility, and TGE readiness, plus signal feed access and search. No obvious gaps or dead ends exist.

Resources