Skip to main content
Glama
juanqui

joulescope-mcp

by juanqui

Capture statistics

capture_statistics
Read-only

Capture statistical data from the JS220 energy analyzer at a specified frequency and duration for frequency-based energy measurements.

Instructions

Capture JS220 statistics at frequency_hz for duration_s. This is a frequency-based wrapper around measure_energy.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
duration_sNo
frequency_hzNo
device_pathNo
configure_auto_rangeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations already indicate readOnlyHint=true and destructiveHint=false, so the safety profile is clear. The description adds context as a wrapper, but doesn't reveal additional behavioral details like what the output contains or whether it affects device state.

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 concise sentences, front-loaded with the primary action, and omits any redundant or irrelevant information.

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?

With an output schema present, return values are covered. However, the description fails to document two of the four parameters and does not clarify what 'JS220 statistics' entails, leaving some gaps.

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?

Schema description coverage is 0%, so the description must explain all parameters. It explains frequency_hz and duration_s (sampling rate and time), but provides no information about device_path or configure_auto_range, leaving them ambiguous.

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?

The description clearly states the tool captures JS220 statistics with parameters duration_s and frequency_hz, and identifies itself as a wrapper around measure_energy, which differentiates it from that sibling. However, it doesn't explicitly distinguish it from other siblings like record_jls.

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?

The description implies usage when frequency-based statistics are needed, referencing measure_energy as an alternative, but it lacks explicit guidelines on when not to use this tool or prerequisites.

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/juanqui/joulescope-mcp'

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