Skip to main content
Glama

gdb_continue_background

Resume target program execution in GDB background and return prompt instantly, enabling breakpoint-based heap logging.

Instructions

让 GDB 后台继续执行目标程序,立即返回 prompt。

用于请求粒度 heaplog:先设置请求完成断点,然后调用本工具让程序 继续运行;随后发送网络请求,等断点命中后再 heap_end_action。 内部执行: set target-async on continue&

Returns: GDB 对 continue& 的输出。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

With no annotations, the description fully discloses internal behavior: setting target-async on, executing continue&, and returning its output. This leaves no ambiguity about side effects or execution mode.

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 short paragraphs: the first gives the high-level purpose, the second explains internal steps and return value. No verbose or redundant sentences, efficient and well-structured.

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?

For a zero-parameter tool with an output schema (implied by 'Returns'), the description covers purpose, usage, and internal behavior. It does not mention prerequisites like GDB being active, but overall it is 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 zero parameters, so the schema trivially covers 100%. The description does not need to add parameter details, but it also does not mislead. Baseline 4 is appropriate.

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 explicitly states that the tool continues the target program in the background and immediately returns the prompt, distinguishing it from foreground continue (gdb_continue) and other GDB tools.

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 provides a concrete use case (heap logging with breakpoints) and describes the sequence of steps, giving clear context for when to use this tool.

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/Aiyakami/PWN-MCP'

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