Skip to main content
Glama

rush_codeql

Import a local CodeQL SARIF report or run CodeQL analysis with build allowed to detect code vulnerabilities.

Instructions

Import a local CodeQL SARIF report or run CodeQL analysis under --allow-build.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes
allow_slowNo
allow_buildNo
report_pathNo
allow_browserNo
allow_networkNo
allow_downloadNo
allow_cache_writeNo
allow_artifact_writeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
rawNo
toolNo
engineNo
statusNo
metricsNo
summaryNo
findingsNo
metadataNo
artifactsNo
duration_msNo
review_kindNo
engine_versionNo
review_providerNo

Schema Changelog

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

  1. First observedv0.3.0

TDQS

C2.6/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It discloses that it can run under --allow-build, but it does not explain side effects such as slow execution, build invocation, network usage, or artifact/cache writes. The many allow_* parameters hint at behavior, but the description itself adds almost no transparency beyond the mode names.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single compact sentence with no filler, which is structurally clean. However, it is terse to the point of under-specification, merging two distinct modes into one clause without any separation or elaboration.

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

Completeness2/5

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

Despite an output schema being present, a CodeQL tool with two modes, nine parameters, and no annotations needs more context to be callable correctly. The description omits how to choose modes, what the allow flags enable, expected behavior, and potential side effects. It is not complete enough for safe autonomous invocation.

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

Parameters2/5

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

Schema description coverage is 0%, and the description only indirectly references report_path and allow_build via 'SARIF report' and '--allow-build'. Required path and the other seven flags, including allow_slow, allow_network, and allow_artifact_write, receive no semantic explanation. This is minimal added value for a nine-parameter tool.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names two concrete operations: importing a local CodeQL SARIF report and running CodeQL analysis with --allow-build. This clearly identifies the tool's resource and action, and CodeQL is specific enough to distinguish it from most siblings. It does not explicitly contrast with rush_security, but the purpose is not vague.

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

Usage Guidelines2/5

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

The description gives no guidance on when to use this tool versus alternatives like rush_security, nor does it explain when to import a SARIF report versus run an analysis. The two modes are implied, but the conditions for choosing one are left entirely to the reader.

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

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/jamesdsizemore/rush-cli'

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