Skip to main content
Glama
HBPEKING-TKS

COMSOL MCP Server

by HBPEKING-TKS

param_description

Retrieve or modify the description of a parameter in a COMSOL model. Provide a name to get the description, or add text to update it.

Instructions

Get or set the description of a parameter.

Args: name: Parameter name text: New description text (if None, returns current description) model_name: Model name (default: current model)

Returns: Parameter description, or confirmation of update

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
textNo
model_nameNo
Behavior4/5

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

The description discloses the read-write behavior (get or set) and explains the conditional logic based on the 'text' parameter. It also states the return values: description or confirmation. With no annotations provided, the description carries the full burden and does so adequately, though it omits potential side effects or prerequisites.

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 concise and structured with clear sections (Args, Returns). Every sentence serves a purpose, and there is no redundant information. It is appropriately sized for the tool's complexity.

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

Completeness4/5

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

Given the tool has 3 parameters, no annotations, and no output schema, the description is fairly complete. It explains the two modes of operation, required parameters, and expected returns. Minor omissions like prerequisites (e.g., loaded model) or examples are acceptable for a tool of this scope.

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?

Although the input schema has 0% description coverage, the description adds meaning for each parameter: 'name' is the parameter name, 'text' is the new description (or None to get current), and 'model_name' is the model name with a default. This adds value beyond the schema's bare parameter names.

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 explicitly states the tool gets or sets a parameter's description, using specific verbs and resource (parameter description). This distinguishes it from sibling tools like param_get (gets parameter values) and param_set (sets parameter values), which are about parameter values rather than descriptions.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description clearly indicates when to use each mode: when text is None, it retrieves the description; when text is provided, it updates it. While it does not explicitly state when not to use this tool or list alternatives, the behavior is self-explanatory given the context of sibling tools.

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/HBPEKING-TKS/mcp_server'

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