Skip to main content
Glama
youngminsw

Origin Pro MCP Server

by youngminsw

save_graph_template

Save any graph as a reusable template in .otpu or legacy .otp format to apply consistent styling across projects.

Instructions

Save a graph as a reusable Origin template (.otpu/.otp).

Args: graph_name: Graph to save as a template file_path: Output path (Windows or WSL style). The extension is forced to .otpu (or .otp when old_format=True). old_format: Save the legacy .otp format (loadable in Origin 2017 and earlier) instead of the modern .otpu

Returns: Path to the saved template

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
graph_nameYes
file_pathYes
old_formatNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Without annotations, the description takes on full transparency burden. It explains the forced extension behavior and the old_format option, but does not disclose whether it overwrites existing files, if the graph must exist, or any required permissions. It adds value beyond the schema but is not exhaustive.

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 with a clear structure: a one-line summary followed by Args and Returns sections. Every sentence provides necessary information without redundancy.

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?

The description covers all parameters and the return value. It explains the forced extension behavior and the legacy format. However, it lacks error conditions or preconditions (e.g., graph existence). Given the output schema exists and the tool is straightforward, it is largely 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 description explicitly lists all three parameters with explanations: graph_name, file_path (with note about Windows/WSL style and forced extension), and old_format (with version info). The schema has no descriptions, so the description fills the gap effectively.

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 tool saves a graph as a reusable Origin template (.otpu/.otp). The verb 'save' and resource 'graph' are specific. It distinguishes from sibling export tools by mentioning 'reusable template' and the specific file formats.

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 does not provide any guidance on when to use this tool versus alternatives like export_graph or save_project. No when-not-to-use or context-based advice is given.

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