Skip to main content
Glama
tszaks

Gmail Multi-Inbox MCP Server

by tszaks

sheets_add_chart

Add a chart to a Google Sheet by specifying a data range, chart type, and placement options. Choose from bar, line, pie, column, area, or scatter charts to visualize data directly in a spreadsheet.

Instructions

Create a chart in a Google Sheet from a data range.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleNoOptional chart title.
accountYesAccount id.
anchor_colNoColumn index (0-based) to anchor the chart (default 0).
anchor_rowNoRow index (0-based) to anchor the chart (default 0).
chart_typeYesChart type.
data_rangeYesA1 notation range for chart data, e.g. "A1:B10". First column = labels, second = values.
sheet_titleYesSheet tab where the chart will be placed.
width_pixelsNoChart width in pixels (default 600).
height_pixelsNoChart height in pixels (default 400).
spreadsheet_idYesSpreadsheet ID.
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only states the action without revealing side effects, needed permissions, or placement behavior, such as that the chart is added to the specified sheet tab.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single clear sentence that immediately states the purpose, with no filler words. It is appropriately sized for a simple statement, though the tool's complexity might warrant more detail, but that is not a conciseness issue.

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

Completeness2/5

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

The tool has 10 parameters, no output schema, and no annotations. The description is too sparse to be operationally complete: it does not clarify expected outcomes (e.g., chart appears on the named sheet), prerequisites, or any side effects. The agent must infer too much behavior.

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 description coverage is 100%, so the baseline is 3. The description does not add parameter-specific meaning beyond the schema; it vaguely references 'data range,' which the schema already documents in the data_range parameter.

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 uses the specific verb 'create' and identifies the resource 'a chart in a Google Sheet' and the input 'from a data range.' It clearly distinguishes this tool from sibling tools, none of which mention chart creation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives, no prerequisites, and no exclusions. It is a bare statement of function with no context for selection.

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/tszaks/ghub'

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