Skip to main content
Glama

hyperlink

Add, read, delete, or list hyperlinks in Excel cells. Specify workbook, sheet, cell reference, URL, display text, and tooltip for full control.

Instructions

Add, read, delete, or list hyperlinks attached to cells.

Args: action: One of "add", "read", "delete", "list". file_path: Workbook path. sheet_name: Worksheet name. cell_ref: Cell reference (required for single-cell ops). url: URL for "add". display_text, tooltip: Optional display and tooltip text.

Returns: str | HyperlinkReadResult | list[HyperlinkInfo] | None

Notes: - Deleting hyperlinks modifies the workbook.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNo
actionYes
tooltipNo
cell_refNo
file_pathYes
sheet_nameYes
display_textNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses that deleting hyperlinks modifies the workbook, but does not mention that adding also modifies the workbook, nor does it address permissions or error behavior. This is basic side-effect information but not comprehensive.

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 well-structured with summary, args, returns, and notes. Every sentence earns its place; no fluff or repetition. 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 7 parameters, 4 actions, and an output schema, the description covers the core operations and parameters, and notes a key side effect. It is fairly complete, though it could detail action-specific behaviors (e.g., what list returns) or error conditions. The output schema may cover return values, so the description is adequate.

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?

Schema description coverage is 0%, so the description must compensate. It does so by explaining each parameter, including the action enum, cell_ref requirement for single-cell ops, and url for add. It adds meaningful usage context beyond the schema, though some details (e.g., display_text/tooltip applicability) could be clearer.

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's purpose with specific verbs (add, read, delete, list) and resource (hyperlinks attached to cells). It distinguishes itself from sibling tools easily as no other tool handles hyperlinks.

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 provides clear context on when to use the tool (managing hyperlinks) and explains the action parameter with appropriate usage notes (e.g., cell_ref for single-cell ops, url for add). No explicit alternatives or exclusions are named, but the context is sufficient.

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/mbeps/excel-mcp'

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