Skip to main content
Glama
scarletfantasy

nsight-graphics-mcp

Release a GPU Trace report session

release_gpu_trace_report
DestructiveIdempotent

Unregister a GPU Trace report to clean up resources, removing temporary files while keeping persistent output directories intact.

Instructions

Unregister a GPU Trace report. Temporary artifacts created without output_directory are deleted; user-selected persistent output directories are never deleted.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
report_idYesGPU Trace report session id returned by collect_gpu_trace_report or open_gpu_trace_export.
Install Server

TDQS

A4.3/5.0
Behavior5/5

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

Adds explicit detail about what is deleted: 'Temporary artifacts created without output_directory are deleted; user-selected persistent output directories are never deleted.' This goes beyond the destructiveHint annotation by specifying exactly what is destroyed, which is critical for a destructive operation.

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 sentences, front-loaded with purpose, every sentence earns its place. No fluff or redundancy.

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?

Simple tool with one well-documented parameter, annotations covering safety (destructive, idempotent), and description covering the key behavioral nuance about artifact deletion. This is complete for the tool's complexity.

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?

Schema description coverage is 100% and report_id is well-documented in the schema. The tool description adds no additional parameter meaning, so baseline 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?

Description states a specific verb 'Unregister' with a specific resource 'GPU Trace report', making it clear what the tool does. It is distinguished from siblings by being the only 'release' tool and its scope of managing report sessions.

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

Usage Guidelines3/5

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

Usage context is implied but not explicit. The description doesn't mention when to use this tool vs alternatives or provide exclusions, though the destructive nature and artifact handling give some situational context. No alternatives are named.

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