Skip to main content
Glama
Stankye

profiler-mcp

by Stankye

uprof_timechart

Sample system power, frequency, and thermal counters over time, returning min/max/mean/last summaries per counter. Optionally run a command during sampling.

Instructions

Sample system power/frequency/thermal counters over time and summarize them.

events are timechart categories (power, frequency, temperature, voltage, current, dvfs, energy). Samples every interval_ms (minimum 10) for duration_sec, optionally while running command. Returns per-counter min/max/mean/last summaries, not the full series — the CSV stays in result_dir. Real data needs AMD hardware; in mock mode values are synthetic.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
eventsYes
commandNo
interval_msNo
duration_secYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeYes
notesYes
samplesYes
countersYes
result_idYes
result_dirYes
interval_msYes
duration_secYes
Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses key behaviors: sampling at a configurable interval (minimum 10), returning summaries (min/max/mean/last) rather than the full series, and the fact that CSV files remain in result_dir. It also clarifies mock mode vs real hardware. This goes well beyond a simple tautology, though it could mention side effects like file writing more explicitly.

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 compact yet information-dense. It front-loads the primary action, uses backticks for parameter names, and conveys all key points in a few sentences without redundancy. Every sentence earns its place by adding crucial context (events list, intervals, summaries, hardware requirement).

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?

Despite the absence of annotations and schema descriptions, the description covers the essential context: what the tool does, parameters, return format (summaries), the location of raw data (result_dir), and environment requirements (AMD hardware vs mock). An output schema exists, so the description does not need to detail return values, but it still explains the semantics. It is complete 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.

Parameters5/5

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

Schema coverage is 0%, so the description must compensate—and it does thoroughly. It explains that `events` are timechart categories and lists them, states the minimum for `interval_ms` (10), specifies `duration_sec` as the sampling window, and explains `command` as an optional command to run during sampling. Every parameter receives meaningful semantic context beyond the raw schema types.

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's function: 'Sample system power/frequency/thermal counters over time and summarize them.' This is a specific verb+resource (sample/timechart categories) and the scope is distinct from sibling tools like uprof_report_raw or uprof_list_results, which focus on reporting or listing results rather than sampling and summarizing.

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 description provides clear usage context: it is for sampling counters over a time interval and getting summary statistics. It also notes the option to run a command and the hardware prerequisite ('Real data needs AMD hardware'). However, it does not explicitly name alternative tools for when the full series is needed or when other reporting tools are more appropriate, so it lacks explicit exclusions.

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/Stankye/profiler-mcp'

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