Skip to main content
Glama
scarletfantasy

nsight-graphics-mcp

List GPU Trace timeline API events

list_gpu_trace_timeline_events
Read-onlyIdempotent

Inspect GPU trace timeline events: page through queue command-stream calls with timestamps and coalesced timing groups. Filter by queue, function, or duration to isolate specific GPU workload phases.

Instructions

Page through queue command-stream calls decoded from .ngfx-gputrace, including queue identity and timestamp intervals. Coalesced intervals explicitly identify calls that share one measured timing group.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
offsetNo
sort_byNotrace_order
report_idYesGPU Trace report session id returned by collect_gpu_trace_report or open_gpu_trace_export.
timed_onlyNo
queue_indexNo
function_regexNo
exact_timing_onlyNoOnly return calls whose timing interval is not coalesced with adjacent calls.
minimum_duration_msNo
command_stream_indexNo
unique_timing_groupsNoReturn only the first call for each shared/coalesced timing interval.
Install Server

TDQS

A3.6/5.0
Behavior4/5

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

Annotations already declare read-only and idempotent behavior; the description adds useful context about decoded command-stream calls and the meaning of coalesced intervals. This clarifies result semantics beyond the annotations, though it does not detail pagination or result structure.

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 focused sentences with no filler, front-loading the main action and resource. The second sentence adds a relevant nuance about coalesced intervals without redundancy.

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 covers the core purpose and one nuanced concept, but with 11 parameters, no output schema, and many sibling tools, it omits alternatives, filtering capabilities, and return structure. It is adequate but leaves significant gaps for a tool of this complexity.

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

Parameters2/5

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

With schema description coverage at only 27%, the description needed to compensate for undocumented parameters like limit, offset, sort_by, and the various filters. It only indirectly references timing groups via 'coalesced intervals' but does not map them to exact_timing_only or unique_timing_groups, nor does it explain the other parameters.

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 tool lists (pages through) queue command-stream calls decoded from .ngfx-gputrace files, including queue identity and timestamp intervals. The specific verb and resource distinguish it from sibling tools like list_gpu_trace_ranges or get_gpu_trace_timeline_event.

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?

No explicit guidance is provided on when to use this tool versus alternatives like get_gpu_trace_timeline_event or list_gpu_trace_ranges. The description implies it is for browsing timeline events but does not state exclusions or alternative use cases.

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