Skip to main content
Glama
senoff

xlsx-for-ai

xlsx_form_controls

Read-onlyIdempotent

Extract every form control (Check Box, Drop-down, etc.) from an Excel workbook with linked cell, current value, and source ranges. Ideal for documenting interactive dashboards or auditing user-changeable cells.

Instructions

list every form control (Check Box, Button, Drop-down, List Box, Option Button, Scroll Bar, Spinner, Label, Group Box) in a workbook with the linked cell, current value, dropdown source range, and min/max/step bounds where applicable. No other tool gives this in a single call: ExcelJS doesn't expose form controls; pandas drops them entirely; openpyxl support is partial. xlsx_form_controls reads xl/ctrlProps/ctrlProp*.xml directly + maps to sheets via the rel chain.

USE WHEN: documenting a survey workbook, scoring rubric, dashboard, or forms-as-spreadsheets template where the interactive UI carries semantic meaning. Or auditing a workbook to find which cells human users can change via a control vs. by direct typing. Free tier — counts against the 10k/mo cap.

DO NOT USE WHEN: just reading values (use xlsx_read).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
file_b64Yes
optionsNo
Behavior5/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true. The description adds value by disclosing the free tier limit (10k/mo cap) and explaining the internal implementation (reads xl/ctrlProps/ctrlProp*.xml directly). No contradictions.

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, front-loaded with the core purpose and capabilities, followed by usage guidance. Every sentence adds value, no fluff. The length is appropriate for the tool's complexity.

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

Completeness5/5

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

Given the annotations and no output schema, the description is complete. It covers return content, constraints (free tier, cap), and usage contexts. It does not need to explain return values since no output schema exists, but the description details what is returned.

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?

Input schema has 2 parameters with 0% description coverage. The description does not explain what file_b64 or options.sheet mean or how to use them. Although parameter names are somewhat self-explanatory, the description fails to add semantic meaning beyond the raw schema, leaving a gap for agents.

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 what the tool does: 'list every form control ... in a workbook' with specific details (linked cell, current value, etc.). It also distinguishes from siblings by noting that no other tool gives this in a single call and contrasts with ExcelJS, pandas, and openpyxl limitations.

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

Usage Guidelines5/5

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

The description explicitly provides 'USE WHEN' scenarios (documenting survey workbook, scoring rubric, auditing) and a 'DO NOT USE' scenario ('just reading values' with a specific alternative, xlsx_read). This gives clear guidance on when to choose this tool over siblings.

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/senoff/xlsx-for-ai'

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