Skip to main content
Glama

np_query_spike_count

Query spike counts per electrode over a simulated time window for an experiment. Specify experiment ID, lookback window, and non-zero-only filter to retrieve spikes per minute.

Instructions

NeuroPlatform v2 DB — SpikeCountQuery: spikes/minute per electrode over a time window

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fsnameNoExperiment IDfs264
window_secNoLook back this many seconds of sim-clock
nonzero_onlyNo
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It mentions the NeuroPlatform v2 DB context and the metric but does not clarify whether this is a read-only operation, what output format is returned, or how the spike rate is computed. This leaves significant ambiguity about side effects and return values.

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 a single concise sentence that front-loads the key concepts (DB, metric, time window) with no filler or redundancy. Every word contributes to the purpose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description is too sparse for a query tool with no output schema. It does not explain the return structure, whether results are aggregated per electrode, or how nonzero_only affects results. Given the lack of annotations and output schema, the description is insufficient for an agent to fully understand the tool's behavior.

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?

The description adds no parameter-specific meaning. The schema already describes fsname and window_sec, but nonzero_only is undocumented in both the schema and the description. The description does not compensate for this gap, so it adds little value beyond the schema's partial coverage.

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 identifies the resource (spike counts per electrode) and the computation (spikes/minute over a time window). However, it lacks an explicit verb such as 'get' or 'list', and the purpose is phrased as a label rather than a full sentence, which slightly reduces clarity.

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 guidance is provided on when to use this tool versus similar sibling tools like np_count_spikes or np_query_spike_events. The description does not mention any context, alternatives, or exclusions, leaving the agent to infer usage.

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/christophejlegros-lgtm/ASTRA-Unified-ResearchLab-MCP-v2.5'

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