Skip to main content
Glama
Malkovsky

ce-analyzer-mcp

by Malkovsky

search_analyzers

Read-onlyIdempotent

Find supported analyzer IDs and aliases for clang-tidy, IWYU, llvm-mca, OSACA, and PVS-Studio, optionally checking a compiler.

Instructions

Discover supported clang-tidy, IWYU, llvm-mca, OSACA, and PVS-Studio IDs and recognized aliases, optionally checking one compiler. Compilation tools transmit supplied source and virtual files to the configured Compiler Explorer backend. Assembly differences are not performance measurements.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryNo
offsetNo
compilerNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
aliasesYes
compilerNo
warningsNo
analyzersYes
response_truncatedNo
Behavior5/5

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

Despite readOnlyHint and idempotentHint annotations, the description adds that compilation tools transmit source/virtual files to the Compiler Explorer backend (privacy/behavior) and warns that assembly differences are not performance measurements, providing caution beyond the annotations. No contradiction.

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 first sentence is clear and front-loaded, but the second and third sentences are tangential and somewhat ambiguous, adding notes about compilation tools and performance measurements that may not be necessary for a search tool; still the description is short.

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?

The tool is a simple search with output schema and annotations. Description covers the core purpose and provides important caveats (backend transmission, performance caveat), but omits detail on the compiler checking mechanism and pagination parameters, making it mostly complete but with residual gaps.

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 coverage is 0%; the description mentions 'optionally checking one compiler' (compiler param) and implies query by talking about discovering IDs, but does not explain query matching semantics or the limit/offset pagination parameters, leaving them to inference.

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 uses a specific verb 'Discover' and enumerates the exact analyzer families (clang-tidy, IWYU, llvm-mca, OSACA, PVS-Studio) along with 'IDs and recognized aliases,' and clarifies it can optionally check a compiler. This clearly differentiates from sibling tools like search_compilers and search_libraries.

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?

The description implies usage for finding supported analyzer IDs/aliases and mentions optional compiler checking, but does not explicitly exclude alternatives or state when to prefer this over search_compilers/search_libraries. The context of the tool's name and parameter 'compiler' gives clear usage context.

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/Malkovsky/compiler-explorer-mcp'

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