Skip to main content
Glama
ZMC1011

Keil5 MCP Server

by ZMC1011

configure_keil_project

Selects the build target and confirms the device for a Keil project by parsing its targets, packs, groups, and source files before building.

Instructions

Parse a Keil project: targets, device, pack, groups, source files.

Use before building to pick the right target / confirm the device.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetNo
projectYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.5/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of disclosing side effects. Despite the tool name 'configure', the description only says 'parse' and does not clarify whether the tool modifies the project, selects an active target, or only reads information. The optional target parameter makes this ambiguity material.

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 two compact sentences with no filler. The first sentence front-loads the action and deliverables, and the second gives workflow context, making it easy to scan.

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?

Given no annotations, no output schema, and no parameter documentation, the description is too thin for an agent to invoke the tool confidently. It lists what is parsed but omits the optional target parameter's semantics, possible side effects, and any return-shape guidance beyond a noun list.

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?

Input schema description coverage is 0%, and the description does not explain the `project` path format or, more importantly, the meaning and effect of the optional `target` parameter. The phrase 'pick the right target' is an indirect clue but not enough to know whether to pass target, what values are valid, or what behavior it triggers.

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 clearly states a concrete action, 'Parse a Keil project', and lists the principal outputs: targets, device, pack, groups, and source files. 'Use before building' positions it against sibling build/discover tools, so an agent can distinguish it from build_project or discover_keil_projects.

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?

It explicitly tells the agent when to use it: before building, to pick the right target or confirm the device. However, it does not state when not to use it or point to any sibling alternative, so it stops short of full routing guidance.

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