Skip to main content
Glama

PicoScope MCP Server

get_statistics

Analyze signal data from PicoScope oscilloscopes to calculate statistical metrics including minimum, maximum, mean, and standard deviation values for signal analysis.

Instructions

Get statistical analysis of signal.

Args: channel: Channel to analyze. num_samples: Number of samples to analyze.

Returns: Dictionary containing min, max, mean, std dev, etc.

Input Schema

NameRequiredDescriptionDefault
channelYes
num_samplesNo

Input Schema (JSON Schema)

{ "properties": { "channel": { "enum": [ "A", "B", "C", "D" ], "type": "string" }, "num_samples": { "default": 1000, "type": "integer" } }, "required": [ "channel" ], "type": "object" }

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/markuskreitzer/picoscope_mcp'

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