Skip to main content
Glama

get_cell_format

Retrieve detailed formatting information from a cell, including font, fill, alignment, borders, number format, dimensions, and merge status.

Instructions

Inspect a cell's formatting: font, fill, alignment, borders, number format, dimensions, and merge status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cellYes
session_idYes
Behavior4/5

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

With no annotations provided, the description carries full burden. It explicitly states that the tool inspects formatting, implying a read-only, non-destructive operation. The list of formatting aspects gives good coverage of what behavior to expect, though it omits details like response structure or limitations (e.g., handling of merged cells).

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 a single sentence that efficiently conveys the tool's purpose and scope. It lists the formatting aspects concisely, with no redundant words. The structure is front-loaded with the key action ('Inspect a cell's formatting').

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Without an output schema or annotations, the description should provide more context. It lists what formatting aspects are inspected but does not describe the return format, potential edge cases (e.g., empty cells, merged cells), or whether all aspects are returned in a single call. For a read tool, this leaves some ambiguity about the response structure.

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

Parameters2/5

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

Schema description coverage is 0%, and the description adds no information about the parameters 'cell' or 'session_id'. It does not specify the expected format for 'cell' (e.g., A1 notation) or the purpose of 'session_id'. The name and context imply basic meaning, but the description fails to add value beyond the schema.

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 action ('Inspect a cell's formatting') and lists specific formatting aspects (font, fill, alignment, borders, number format, dimensions, merge status). This distinguishes it from sibling tools that write or modify formatting, making purpose unambiguous.

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 implies usage for inspecting formatting but provides no explicit guidance on when to use it versus alternative tools like read_cell (which retrieves values) or set_* tools. No 'when not to use' or alternative names are mentioned, leaving the agent to infer from context.

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/ShubhamDbug/Excel-MCP'

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