Skip to main content
Glama
halby24

RenderDoc MCP Server

by halby24

get_frame_summary

Retrieve a summary of the captured frame, including API type, action counts, draw calls, dispatches, markers, and resource statistics for graphics debugging.

Instructions

Get a summary of the current capture frame.

Returns statistics about the frame including:

  • API type (D3D11, D3D12, Vulkan, etc.)

  • Total action count

  • Statistics: draw calls, dispatches, clears, copies, presents, markers

  • Top-level markers with event IDs and child counts

  • Resource counts: textures, buffers

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

The description implies a read-only operation through the 'Get' verb and lists the return values, but it does not explicitly state behavioral traits such as absence of side effects, permission requirements, or limitations. Since no annotations are provided, the description partially covers transparency but lacks explicit statements.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and front-loaded with the core purpose, followed by a bulleted list of return fields. It avoids unnecessary words, though the bullet list could be slightly more compact.

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

Completeness3/5

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

The description details the returned statistics but does not mention prerequisites (e.g., that a capture must be currently loaded) or state conditions. Given the tool's simplicity (no parameters), the description is mostly complete but could benefit from contextual guidance.

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

Parameters3/5

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

The tool has no parameters, and the input schema coverage is 100% (vacuously). The description correctly omits parameter details, so the baseline score of 3 applies.

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 states 'Get a summary of the current capture frame' and lists the statistics returned, clearly indicating the tool's purpose and what it provides. It distinguishes itself from sibling tools that focus on specific aspects (e.g., get_draw_call_details) by offering a high-level overview.

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

Usage Guidelines2/5

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

The description does not provide any guidance on when to use this tool versus alternatives, nor does it mention prerequisites or conditions for use. There is no explicit 'when to use' or 'when not to use' advice.

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/halby24/RenderDocMCP'

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