Skip to main content
Glama

get_lite_ruleset

Return the FREE lite ruleset for one regime as markdown, so YOU (the calling model) can audit a marketing asset against it directly — no NorthPoint API key needed and no round trip. Use this to check crypto/fintech marketing copy against real regulatory rules before it is published. For the full 25-40 rule audit run by NorthPoint's own model, with a citable verdict, use the corresponding run_*_pro_check tool (subscriber key required).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
regimeYesWhich regime's free ruleset to return.

TDQS

A4.5/5.0
Behavior4/5

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

With no annotations provided, the description carries the burden. It discloses that the tool is free, requires no API key, and involves no round trip, and the verb 'Return' implies a read-only operation. It does not explicitly mention rate limits or failure modes, but for a simple retrieval this is acceptable.

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 well-structured and front-loaded, stating the core action in the first sentence. The subsequent sentences provide usage guidance and alternatives without redundant fluff, making every sentence valuable.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple one-parameter retrieval tool with no output schema, the description provides all necessary context: what it returns, why it exists, when to use it, and how it differs from the pro-check alternatives. It is complete and self-contained.

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%: the only parameter 'regime' is fully described with an enum list. The tool description adds no extra parameter-level detail beyond what the schema already 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 clearly states the tool returns the FREE lite ruleset for one regime as markdown, specifying the resource and format. It also distinguishes itself from the run_*_pro_check tools by noting it needs no API key and no round trip, making it unique among siblings.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly says 'Use this to check crypto/fintech marketing copy...' and contrasts with the alternative: 'For the full 25-40 rule audit... use the corresponding run_*_pro_check tool (subscriber key required).' This clearly defines when to use this tool versus alternatives.

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