Skip to main content
Glama
Malkovsky

ce-analyzer-mcp

by Malkovsky

search_libraries

Read-onlyIdempotent

Find valid C++ libraries and exact version-ID pairs. Page through results with query, limit, and offset parameters.

Instructions

Search and page through valid C++ library and exact version-ID pairs. 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

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
warningsNo
librariesYes
response_truncatedNo
Behavior3/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, and idempotentHint=true, so the safety profile is known. The description adds that searches yield 'valid' pairs and warns that 'Assembly differences are not performance measurements,' offering useful caveats. However, it does not clarify pagination behavior or the relationship between the search backend and compilation, so only modest incremental context is provided.

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

Conciseness2/5

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

The first sentence is concise and front-loaded, but the second and third sentences ('Compilation tools transmit...' and 'Assembly differences...') are extraneous and unrelated to the search operation, making the description less concise than it should be.

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?

Although an output schema exists, the description lacks context on how search results integrate with compile workflows, what makes a library 'valid,' and how the caveat about assembly differences affects usage. The description is adequate for a basic search but insufficient for an agent to make nuanced decisions in the tool ecosystem.

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?

With zero schema description coverage, the description must explain all parameters. 'Search and page through' implies limit/offset are for pagination, but it does not specify what 'query' matches (library name, version, both) or how 'exact version-ID' constrains the query. This leaves most parameter semantics ambiguous.

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 first sentence clearly states the tool's action ('Search and page through') and resource (valid C++ library and exact version-ID pairs), distinguishing it from sibling tools like search_compilers and search_analyzers. However, the subsequent sentences about compilation tools and assembly differences are tangential and slightly obscure the main purpose, preventing a perfect score.

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 provides no explicit guidance on when to use this tool versus alternatives. The mention of compilation tools transmitting source files hints at an integration context but does not instruct the agent on selection criteria or exclusions.

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