Skip to main content
Glama
AIWerk

@aiwerk/mcp-server-clawhub

Official
by AIWerk

clawhub_get_scan

Retrieve the security scan result for a ClawHub skill version. Provide the skill slug, and optionally a version or tag to get the scan data.

Instructions

Get the security scan result for a skill version. Required: slug. Optional: version or tag (defaults to latest).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagNo
slugYes
versionNo
Behavior2/5

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

No annotations are provided, so the description must fully disclose behavioral traits. It only mentions that the result is for a skill version and defaults to latest. It does not state that the operation is read-only, or describe permissions, rate limits, or side effects.

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 a single sentence with a bullet-like list of parameter requirements, achieving maximum conciseness with no wasted words.

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

Completeness3/5

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

Given the absence of annotations and output schema, the description covers identifying the resource and parameter rules. However, it lacks details about the return format or edge cases (e.g., no scan result found).

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?

With 0% schema description coverage, the description must compensate. It explains that slug is required, version or tag are optional, and defaults to latest. This adds basic semantics but does not deeply explain parameter formats or constraints.

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 explicitly states 'Get the security scan result for a skill version,' which clearly identifies the verb (get), resource (security scan result), and context (for a skill version). This effectively distinguishes it from sibling tools like clawhub_get_version or clawhub_get_moderation.

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

Usage Guidelines3/5

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

The description specifies required (slug) and optional (version, tag) parameters and notes the default for version or tag. However, it does not provide guidance on when to prefer this over siblings or when not to use it.

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/AIWerk/mcp-server-clawhub'

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