Skip to main content
Glama

configure_multicore

Configure multicore topology for AURIX devices by mapping cores to chip positions for shared trace and MCDS resources. Must be called before SYStem.Up.

Instructions

Configure multicore topology for AURIX devices.

Mounts multiple cores into one chip for shared resources (trace, MCDS). Must be called before SYStem.Up in multicore scenarios.

Based on SYStem.CONFIG.CORE command from debugger_tricore.pdf: SYStem.CONFIG.CORE maps each core to a chip position.

Args: core_count: Number of cores to configure (e.g., 6 for TC397, 3 for TC377)

Returns: Configuration results per core

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
core_countYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations provided. The description discloses the mounting behavior and prerequisite, but lacks details on side effects, authorization needs, or error conditions. Adequate but not thorough.

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?

Concise at about 5 sentences, front-loading purpose and usage. Every sentence adds value without redundancy.

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

Completeness5/5

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

Given one parameter and an output schema mentioned, the description covers purpose, usage order, parameter semantics, and return value, making it fully complete for this tool's complexity.

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

Parameters4/5

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

Only one parameter with clear explanation in the Args section (number of cores with examples). Schema coverage is 0%, but the description fully compensates with purpose and examples.

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 clearly states the tool configures multicore topology for AURIX devices, specifying it mounts cores for shared resources. It distinguishes from siblings like sync_cores or select_core, though could more explicitly differentiate.

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 states the tool must be called before SYStem.Up in multicore scenarios, giving clear context. However, it does not mention alternatives or when not to use it.

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/YangPan2020/debugforge'

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