Skip to main content
Glama
youngminsw

Origin Pro MCP Server

by youngminsw

add_layer

Adds a new layer (right-y, top-x, inset, or independent) to a graph in Origin Pro.

Instructions

Add a new layer (panel/axis) to a graph.

Args: graph_name: Graph name layer_type: right-y, top-x, inset, or independent

Returns: Success message naming the new layer index

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
graph_nameYes
layer_typeNoright-y

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description must disclose behavior. It conveys that the tool adds a layer and returns a success message with the new layer index. It does not cover side effects, authentication, or error scenarios, but it adequately describes the core action and outcome.

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 compact, well-structured docstring with a clear purpose, args list, and returns. Every sentence adds value without redundancy, and the most important information comes first.

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?

For a tool with simple inputs and an output schema, the description covers the essential aspects. It could be more complete by specifying that the graph must exist or describing the layer-index format, but it is sufficient for most use cases.

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 description explains both parameters beyond the schema: layer_type lists possible values (right-y, top-x, inset, independent). Graph_name is minimally described but sufficient. Given 0% schema description coverage, the description adds essential context.

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 ('Add a new layer') and the target resource ('graph'), with examples of layer types. This immediately distinguishes it from sibling tools like add_second_y_axis, which are more specific.

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

Usage Guidelines3/5

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

The description lists valid layer types, giving agents a hint for correct usage. However, it does not explicitly state when to choose this tool over alternatives (e.g., add_second_y_axis) or mention prerequisites like graph existence.

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/youngminsw/Origin-Pro-MCP'

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