Skip to main content
Glama
Mipiti
by Mipiti

Get Cwe Catalog

get_cwe_catalog

Check the CWE catalog status to see if CWE classification is enabled, and retrieve current version, entry count, and available versions.

Instructions

Get the platform's CWE reference catalog status.

Returns {enabled, current_version, entry_count, versions}. When CWE classification is not turned on for this instance, enabled is false and the rest is empty — this is a normal informational response, not an error.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
server_versionYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv0.62.2
  2. Removedv0.62.0
  3. Addedv0.60.1

TDQS

A3.6/5.0
Behavior4/5

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

With no annotations supplied, the description carries the burden of behavioral disclosure. It does so by explaining the returned fields and, importantly, calling out the disabled-CWE edge case as a normal informational response rather than an error. It does not discuss authentication or side effects, but for a read-only status tool the main behavioral surprise is covered.

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 and front-loaded: the first sentence states action and resource, the second gives the return shape, and the edge-case clarification earns its place. There is no filler or repetition.

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?

This is a simple status tool and the description covers return semantics and the disabled-case behavior, aided by the presence of an output schema. However, the complete absence of server_version guidance is a real gap: an agent cannot reliably know what to pass for a required field.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has one required parameter, server_version, with 0% schema description coverage, and the description never mentions it or explains what values or formats are expected. The description adds no meaning beyond the bare property name.

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 names a specific action ('Get') and resource ('platform's CWE reference catalog status'), and further clarifies what is returned (`{enabled, current_version, entry_count, versions}`), which distinguishes it from sibling CWE-related tools like get_model_cwe_tags or classify_model_cwe.

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 implies the tool is used when an agent needs CWE catalog status, such as checking whether CWE classification is enabled, but it gives no explicit when-to-use guidance, exclusions, or alternatives. The sibling list contains related tools, but the description does not route between them.

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

Deploy Server

Other Tools