Skip to main content
Glama
dtz-labs

zesarux-mcp

by dtz-labs

extended_stack

Retrieve typed values from the extended stack in ZEsarUX. Specify count and optional index (default: SP) to inspect stack contents for debugging.

Instructions

Read the extended stack — typed values currently on the stack (ZRCP extended-stack get [index]). The extended stack must be enabled in ZEsarUX first. index defaults to SP.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countNoNumber of stack values to fetch (required by ZRCP).
indexNoStart index/address (default: SP register).
Behavior4/5

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

The description indicates a read-only operation via 'Read', implying no destructive side effects. It references the underlying ZRCP command for transparency. Without annotations, it adequately conveys the non-modifying nature.

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?

Two sentences convey all necessary information without redundancy. Front-loads the purpose and provides context efficiently.

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?

Explains what the tool returns (typed values on stack) and mentions prerequisites. Without an output schema, this provides adequate context for an agent to use the tool correctly.

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?

Schema coverage is 100% with descriptions for both parameters. The tool description adds value by stating that 'count' is required by ZRCP and that 'index' defaults to SP, which is not in the schema.

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 verb 'Read' and the resource 'extended stack', and specifies it returns typed values. It is distinct from sibling tools which focus on other debugger operations.

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?

Explicitly mentions that the extended stack must be enabled in ZEsarUX first, providing a critical prerequisite. It also notes that index defaults to SP. However, it does not discuss when to use this tool versus alternatives like get_registers.

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/dtz-labs/zesarux-mcp'

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