Skip to main content
Glama
scarletfantasy

nsight-graphics-mcp

List GPU Trace marker ranges

list_gpu_trace_ranges
Read-onlyIdempotent

Page through GPU trace marker/regime ranges, showing hierarchy, path, parent, and duration. Use the returned range_id with metric, summary, and shader-occupancy tools.

Instructions

Page through exported marker/regime ranges with hierarchy, path, parent id, and measured duration. A returned range_id can be used by the metric, summary, and shader-occupancy tools.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
offsetNo
report_idYesGPU Trace report session id returned by collect_gpu_trace_report or open_gpu_trace_export.
path_regexNo
maximum_depthNo
minimum_duration_msNo
Install Server

TDQS

B3.3/5.0
Behavior3/5

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

Annotations already declare read-only, idempotent, and non-destructive behavior. The description adds pagination behavior and a note about the returned range_id being usable downstream, which is useful but does not reveal deeper behaviors like defaults or ordering.

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 dense sentences, front-loaded with the primary action and clearly stating the return value's utility. No wasted words or redundancy.

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

Completeness2/5

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

The tool has 6 parameters and no output schema, so the description carries the burden of explaining filtering semantics and return structure. It only mentions the returned fields superficially and never clarifies how filters work, leaving significant gaps for an agent to use it correctly.

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

Parameters1/5

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

Schema description coverage is only 17% (only report_id is explained). The description fails to explain limit, offset, path_regex, maximum_depth, or minimum_duration_ms, leaving agents to infer filters from names alone. No attempt is made to compensate for the missing parameter details.

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?

Clearly states it pages through exported marker/regime ranges and lists key attributes like hierarchy, path, parent id, and duration. The resource is specific enough to distinguish from timeline-event tools, though it does not explicitly contrast with the similarly named sibling list_gpu_trace_marker_ranges.

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?

Provides clear context that returned range_id can be used by metric, summary, and shader-occupancy tools, implying when to use this tool. However, it does not mention alternatives or exclusions, so it stops short of full guideline coverage.

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