Skip to main content
Glama
christophejlegros-lgtm

ASTRA Unified Research Lab MCP Server

set_parameter

Modify a state parameter in the neuromorphic simulation pipeline by specifying its path and a new numeric value, enabling dynamic adjustment of simulation configurations.

Instructions

Modify State Parameter

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes
valueYes
Behavior2/5

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

With no annotations, the description alone must convey behavioral traits. 'Modify' implies mutation, but no details are given about side effects, persistence, reversibility, permissions, or what happens to existing state. This is minimally informative.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely short, but this is under-specification rather than effective conciseness. It lacks the substance needed to make the tool safely usable.

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?

Given no annotations, no output schema, and a large set of sibling tools, this description is inadequate. It does not explain the scope of the state parameter, the expected path format, or the effect of setting a value, leaving too much ambiguity for an AI agent.

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

Parameters1/5

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

Schema description coverage is 0% and the description does not explain the meaning of 'path' or 'value', their relationship, expected formats, or any constraints. The parameter names are somewhat self-evident, but the description adds no value beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Modify State Parameter' essentially restates the tool name and does not specify which state parameter is being modified, how, or in what context. It fails to distinguish this tool from the many sibling tools that deal with state management.

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 alternatives. Given the large sibling list with many state-related tools, the absence of any usage context makes it difficult for an agent to select this tool correctly.

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-v3.0.1'

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