Skip to main content
Glama

check_compliance_plugin

Check all artefacts of a plugin against a local version in a single call. Provide plugin name and local version to get outdated, unknown, and up-to-date counts.

Instructions

Check all artefacts of a gen-e2 plugin against a single local version.

Use this when you have a plugin.json with one version field and want to verify the whole plugin in one call, instead of listing artefacts manually and calling check_compliance with each one.

Typical workflow:

  1. Read .claude/plugins//plugin.json → get local version

  2. Call check_compliance_plugin(plugin=, local_version=)

Returns the same shape as check_compliance:

  • outdated: artefacts where local_version != registry version (includes registry_version)

  • unknown: artefacts not found in the registry

  • up_to_date_count: number of matching artefacts

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pluginYes
local_versionYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations are absent, so the description carries full burden. It describes the return shape (same as check_compliance with outdated, unknown, up_to_date_count), implying read-only behavior, but does not explicitly state safety, authorization needs, rate limits, or side effects. The description is adequate but lacks explicit behavioral guarantees.

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 compact with three concise paragraphs: a clear first line, a usage guideline paragraph with workflow, and a return shape paragraph. No fluff, every sentence adds value, and it is well-structured for quick reading.

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?

Given the presence of an output schema (which explains return values), the description covers purpose, usage, differentiation, and return shape. It lacks explicit mention of error cases or prerequisites (e.g., plugin must exist in registry), but overall it is sufficiently complete for effective tool selection and invocation.

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 has 0% description coverage, so the description must compensate. It mentions 'local version' and 'plugin.json with one version field' in the workflow, linking 'plugin' to a plugin name and 'local_version' to a version string for comparison. However, it does not detail format constraints (e.g., semver) or validation rules, providing only partial semantic enrichment.

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 'Check all artefacts of a gen-e2 plugin against a single local version', specifying the verb 'check', the resource 'artefacts of a plugin', and distinguishes from sibling 'check_compliance' by noting it performs batch verification instead of manual per-artefact calls.

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 when you have a plugin.json with one version field and want to verify the whole plugin in one call, instead of listing artefacts manually and calling check_compliance with each one.' Provides a typical workflow with steps, giving clear context for when and how to use this tool over alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Palo-IT-GitHub-Demos/lab-registry-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server