Skip to main content
Glama

get_all_cores_state

Retrieve the execution state of all CPU cores, including running/stopped status and program counter values, to understand the global system state in multicore debugging.

Instructions

Get the execution state of all CPU cores.

Queries each core's running/stopped status and PC value. Useful in multicore debugging to understand the global system state.

Returns: Table showing state of each core

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description carries full burden. It explains what data is queried (status, PC) and that it returns a table, but omits behavioral details like whether it is safe to call while cores are running or if it halts them. The read-only nature is implied but not explicit.

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 concise, with a single clear sentence followed by a brief elaboration and a one-line summary of returns. No unnecessary words.

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?

Given the tool has no parameters and an indicated output schema (table), the description covers the essential purpose and return type. It could mention prerequisites (e.g., connection or multicore state) but is otherwise sufficient.

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?

The tool has no parameters, and the schema coverage is 100%. The description adds no additional parameter information, which is acceptable since none are needed. Baseline 4 applies for a zero-parameter tool.

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 the tool retrieves execution state of all CPU cores, listing specific data (running/stopped status, PC value). This distinguishes it from sibling tools that may target individual cores or other state aspects.

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

Usage Guidelines3/5

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

The description mentions it is useful for multicore debugging to understand global system state, but does not provide explicit when-to-use or when-not-to-use guidance compared to alternatives like get_state or get_run_stats.

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