Skip to main content
Glama

link_rows

Idempotent

Create relationships between rows in SeaTable by linking a source row to a target row using a dedicated link column. Unlike adding or updating rows, this tool establishes links through the proper endpoint, ensuring data integrity.

Instructions

Create links between rows via the dedicated links endpoint. This is the ONLY way to create links — link columns cannot be written via add_row or update_rows.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tableYesSource table name
link_columnYesName of the link column
pairsYesArray of row ID pairs to link
Behavior4/5

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

The annotations already declare idempotentHint=true, indicating that repeated calls have the same effect, and the description adds context that this is the exclusive method for creating links, avoiding confusion with other write operations. However, no additional behavioral details like failure modes or side effects are provided.

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?

Two sentences, zero wasted words. The description is concise and front-loaded, stating the core purpose first and then the critical constraint about exclusivity.

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 existence of a sibling tool unlink_rows and the lack of output schema, the description could benefit from mentioning output behavior, but the combination of annotations (idempotentHint) and schema (required parameters) makes the tool largely complete for its intended use.

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

Parameters3/5

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

Schema coverage is 100%, so all three parameters (table, link_column, pairs) are already documented in the schema. The description does not elaborate on parameter meaning beyond what the schema provides, so a baseline score of 3 is appropriate.

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?

Description explicitly states the verb 'Create links between rows' and the resource 'dedicated links endpoint', clearly distinguishing it from sibling tools like add_row or update_rows by noting that this is the ONLY way to create links.

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 states when to use this tool (to create links) and explicitly states that alternative methods (add_row, update_rows) cannot be used, providing clear guidance on when not to use other 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/seatable/seatable-mcp'

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