Skip to main content
Glama

read_cells

Read a cell range from a LibreOffice Calc spreadsheet, returning values or formula strings. Select the sheet by name or index to retrieve the data you need.

Instructions

Read a cell range (e.g. "A1:C10") as {values: [[...]]}.

    Each row is a list; numeric cells come back as numbers, text as strings.
    Set formula=true to read the underlying formula strings instead of
    evaluated values (e.g. "=A1*2") — useful for inspecting an existing model.
    sheet selects the sheet by name or 0-based index (defaults to first).
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rangeYes
sheetNo
doc_idYes
formulaNo
Install Server

TDQS

A4.3/5.0
Behavior5/5

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

With no annotations provided, the description discloses key runtime behavior: rows are lists, numbers vs strings are returned, formula=true changes values to formula strings, and sheet defaults by name or 0-based index to the first sheet. This is exactly the behavioral context an agent needs.

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?

Every sentence earns its place: first sentence states purpose and output shape, second explains row types, third explains formula mode, fourth explains sheet selection. No filler or repetition.

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 there is no output schema and no annotations, the description covers return format, value types, formula behavior, and sheet addressing, which is sufficient for safe invocation. Only doc_id semantics and explicit read-only status are left implicit.

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?

Input schema has 0% property descriptions, so the description compensates well for range, formula, and sheet with examples and semantics. It does not explicitly describe doc_id, though the parameter name is reasonably self-evident.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses the specific verb 'Read' with a concrete resource ('cell range') and gives the return shape '{values: [[...]]}', so an agent understands exactly what operation is offered. It does not explicitly name sibling tools like set_cells or get_text, but the cell-range focus makes it distinguishable.

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?

It gives clear context for when to use the tool (reading a cell range from a spreadsheet) and useful conditional guidance ('Set formula=true ... useful for inspecting an existing model'). It does not explicitly list alternatives or exclusion cases, so it stops short of 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/krondor-corp/libre-mcp'

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