Skip to main content
Glama
youngminsw

Origin Pro MCP Server

by youngminsw

set_column_formula

Fill a worksheet column by applying a LabTalk formula to other columns. Create the target column if it does not exist.

Instructions

Fill a worksheet column from a formula of other columns.

Args: book_name: Workbook name sheet_name: Sheet name col: Target column (1-based); created if it does not exist formula: LabTalk expression, e.g. "col(1)^2", "col(2)*100/col(3)"

Returns: Success message

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
book_nameYes
sheet_nameYes
colYes
formulaYes

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 behavioral traits. It reveals that the column is 1-based and created if missing, and the formula is a LabTalk expression. However, it does not mention that existing data in the target column is overwritten (destructive behavior) or what happens on formula errors. This omission reduces transparency.

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 extremely concise: a one-line summary followed by clear Args and Returns sections. Every sentence adds value, no redundancy. It avoids extraneous detail while covering essential information.

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's simplicity and the presence of an output schema (though minimal), the description covers the main aspects: purpose, parameters, and return value. It could mention potential side effects (overwriting column data) but is otherwise complete for a straightforward formula tool.

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

Parameters5/5

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

Schema description coverage is 0%, so the description provides all parameter meaning. It explains each parameter: book_name, sheet_name, col (1-based, created if not exist), and formula (LabTalk expression with examples). This adds significant value beyond the schema titles.

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 fills a worksheet column from a formula of other columns. It specifies the verb 'Fill', the resource 'worksheet column', and distinguishes it from sibling tools like set_column_properties that set column attributes rather than computing values. The examples clarify its purpose.

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 provides a concrete formula example and states that the column is created if it does not exist, giving some usage context. However, it does not explicitly state when to use this tool versus alternatives (e.g., set_worksheet_data for direct values) or when not to use it. More explicit guidance would be beneficial.

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