Skip to main content
Glama

clausely

List compliance packs

list_compliance_packs
Read-onlyIdempotent

Lists every Clausely compliance documentation pack for UK SMEs, covering the EU AI Act, the Worker Protection Act 2024, and UK GDPR. Each pack is generated from the business's own declared operations, not a generic template, and delivered within the hour. Returns price, a short summary, and the page URL for each pack. Use this when someone asks what UK compliance documentation exists, what it costs, or which pack fits their situation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already signal readOnly and idempotent. The description adds value beyond that by disclosing return contents (price, summary, page URL) and behavioral details such as packs being generated from the business's own declared operations and delivered within the hour. No contradiction with annotations.

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: the first states the core listing behavior, the second adds distinct product context, and the third gives output fields and usage triggers. Front-loaded and free of filler.

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 parameterless read-only list tool, the description is complete: it names the scope, topics, generation method, delivery time, return fields, and the queries this tool should satisfy. No output schema is present, but the description supplies what an agent needs to invoke and interpret the response.

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?

The tool has zero parameters, so schema coverage is complete by default. Per the rubric, 0 params earns a baseline of 4. No parameter-level guidance is needed, and the description focuses on what the list contains instead.

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 verb and resource: 'Lists every Clausely compliance documentation pack for UK SMEs.' Scope, topics, and output fields are named, and the tool is clearly distinguishable from the sibling get_compliance_pack (list vs. single) and list_blog_articles (packs vs. articles).

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?

Gives explicit trigger conditions: 'Use this when someone asks what UK compliance documentation exists, what it costs, or which pack fits their situation.' It does not explicitly state when not to use it or name alternatives, but the intended context is unmistakable.

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

Each tool targets a distinct action and resource: checking obligations, retrieving a blog article or pack, listing articles or packs, and getting partner programme details. The slight overlap between check_compliance_obligations and list_compliance_packs is resolved by the descriptions: one is a diagnostic based on user answers, the other is a catalogue listing.

Naming Consistency5/5

All tool names follow a consistent verb_noun snake_case pattern using check, get, and list. The pattern makes the action and object immediately predictable across the entire set.

Tool Count5/5

Six tools is well-scoped for the apparent domain: compliance risk checking, pack catalogue access, blog content retrieval, and partner information. Each tool earns its place with no redundant or excessive additions.

Completeness5/5

The tool set covers the full informational journey: check which obligations apply, browse and inspect packs, read relevant articles, and learn about the partner programme. There are no obvious dead ends for the intended non-transactional scope.

Resources