Skip to main content
Glama
christophejlegros-lgtm

ASTRA — Unified Research Lab + MCP Server

np_send_trigger

Execute uploaded StimParams by firing a selected trigger array (keys 0-15), with configurable repeats up to 100 times.

Instructions

NeuroPlatform v2 — Fire trigger(s): execute uploaded StimParams via a 16-bit trigger array

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
triggersYesTrigger keys to fire, e.g. [2] sends trigger 2
repeatsNoHow many times to send the trigger array
Behavior2/5

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

With no annotations provided, the description carries the full burden for behavioral disclosure. However, it fails to mention side effects, destructive nature, system state dependencies, or return behavior. It only gives a high-level action without important behavioral details.

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, well-structured sentence that immediately states the action and mechanism. It is concise, front-loaded, and contains no unnecessary 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?

For a simple tool with two parameters and no output schema, the description covers core functionality but omits system state prerequisites (e.g., StimParams must be uploaded), return values, and potential error cases. It is adequate but not fully complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

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

The input schema has 100% coverage with clear parameter descriptions. The tool description adds context by explaining that triggers execute 'uploaded StimParams' via a 16-bit trigger array, placing the parameters in the broader system context and adding value beyond the schema.

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 action ('Fire trigger(s)') and the resource ('trigger(s)'), and specifies the mechanism ('execute uploaded StimParams via a 16-bit trigger array'). This distinguishes it from sibling tools like np_configure_stim or np_query_triggers.

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?

The description provides no explicit guidance on when to use this tool versus alternatives, nor does it mention prerequisites such as having uploaded StimParams. It only states its function without any when/when-not or context for selection.

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.6'

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