Skip to main content
Glama
senoff

xlsx-for-ai

xlsx_stamp

Sign a local .xlsx file with cryptographic attestation of check results and tool provenance, embedding named test outcomes in custom.xml for verification.

Instructions

Sign a LOCAL .xlsx file with a "workbook integrity verification" stamp — a cryptographic attestation embedded in docProps/custom.xml that says "this file was generated by these tools, passed these N specific checks, signed at this time, and hasn't been tampered with since." Factual claims only (never an opinion-shaped seal of approval). Returns the stamped workbook as base64 in _meta.file_b64; pass out_path to write to disk.

The caller supplies the checks array (e.g., from a supervisor review): list of named tests, each with passed/failed/skipped status. Verifiers see the individual check results, not a single good/bad opinion.

USE WHEN: an agent has just produced or reviewed a workbook and wants to attach provable provenance + check results that travel with the file. Recipients verify via xlsx_verify_stamp.

DO NOT USE WHEN: the user just wants to share a file (use xlsx_post_slack / xlsx_post_teams).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
checksYes
exclude_sheetsNo
file_b64No
generated_byNo
workbook_handleNo
Behavior4/5

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

Description discloses the cryptographic stamping, base64 return, and checks array. Annotations (readOnlyHint=false, destructiveHint=false) are consistent. Minor mismatch: mentions 'out_path' as a parameter but it's absent from the schema. Overall, good behavioral disclosure beyond annotations.

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 front-loaded with the main purpose and well-organized (concept, return, parameters, usage). It is slightly verbose but every sentence adds value. Efficient for the tool's complexity.

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?

Given the complexity (nested objects, 5 params, no output schema), the description explains the stamp concept and return format but misses details on exclude_sheets, file_b64, workbook_handle, and generated_by. No output schema means return value description ('_meta.file_b64') is insufficient. Partially complete.

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 coverage is 0%, so description must compensate. It explains 'checks' well (list of named tests with status) but ignores other parameters: exclude_sheets, file_b64, generated_by, workbook_handle. Also mentions 'out_path' which isn't in schema. Incomplete guidance for most parameters.

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 signs a .xlsx file with a cryptographic integrity stamp, distinguishing it from file-sharing tools like xlsx_post_slack. The verb 'Sign' and resource 'LOCAL .xlsx file' are specific and unambiguous.

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?

Explicit usage guidance is provided with 'USE WHEN' and 'DO NOT USE WHEN' sections, including concrete alternatives (xlsx_post_slack / xlsx_post_teams) and a reference to the verification counterpart xlsx_verify_stamp.

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