Skip to main content
Glama
scarletfantasy

nsight-graphics-mcp

Inspect capture metadata

inspect_capture
Read-onlyIdempotent

Reveals application, GPU, API, version, portability flags, and replay incompatibilities from .ngfx-capture files without replaying. Environment values never exposed.

Instructions

Read capture identity, application/GPU/API/version metadata, portability flags, and replay incompatibilities without replaying the frame. Environment values are never returned.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
capture_pathYesAbsolute or working-directory-relative path to an .ngfx-capture or .ngfx-bincap file.
include_environment_namesNoInclude only environment variable names. Values are never exposed.
Install Server

TDQS

A4.5/5.0
Behavior5/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, and the description adds meaningful behavioral details: it explicitly states that environment values are never returned and that the operation does not replay the frame. These disclosures go beyond the annotations and clarify side-effect boundaries.

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 a single, well-structured sentence that front-loads the main purpose and includes crucial caveats. Every phrase earns its place, with no redundant or extraneous information.

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?

For a read-only inspection tool with 2 parameters, good annotations, and no output schema, the description covers the essential aspects: what is read, the non-replay guarantee, and the environment value restriction. It is complete enough for an agent to select and invoke the tool correctly without additional context.

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 schema already documents both parameters thoroughly (capture_path and include_environment_names with descriptions). The description's note about environment values reflects the same constraint already present in the schema, adding no new parameter-level meaning. With 100% schema coverage, a baseline score of 3 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 clearly identifies the tool as reading capture metadata (identity, application/GPU/API/version, portability flags, replay incompatibilities) and explicitly distinguishes it from replaying or analyzing the frame. This is a specific verb+resource statement that contextualizes the tool's purpose among siblings like analyze_capture.

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?

The phrase 'without replaying the frame' implies a usage context, suggesting it is appropriate for lightweight inspection before or instead of full replay/analysis. However, it does not explicitly name alternative tools or provide exclusion scenarios, so it stops short of full guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/scarletfantasy/nsight-graphics-mcp'

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