Skip to main content
Glama

upload_image

Upload images to SparkSheets using Base64 encoded data or a local file path, and receive a markdown image tag for integration.

Instructions

画像をSparkSheetsにアップロード。Base64またはファイルパスを指定。戻り値にMarkdown形式の画像タグを含む

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNoBase64エンコードされた画像データ(data:image/png;base64,...形式も可)
file_pathNoローカルファイルパス(dataの代わりに指定可能)
typeNo画像タイプ: attachment(デフォルト), spark_icon, template_thumbnail, pack_thumbnail, creator_avatarattachment
Behavior3/5

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

No annotations are provided, so the description must convey behavioral traits. It discloses that the return value includes a Markdown image tag, which adds value. However, it does not mention side effects, authentication needs, or error conditions, making it only moderately transparent.

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 two sentences long, front-loading the core purpose. Every word is functional and no unnecessary information is included. This is an ideal length for quick comprehension.

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 tool has 3 parameters and no output schema, the description covers the basic function and return type but omits important details like error handling, image size limits, or response structure. It is incomplete for a production-grade tool but sufficient for simple use.

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?

The input schema has 100% coverage with detailed parameter descriptions. The description merely summarizes 'Base64 or file path' without adding new meaning. It does not clarify edge cases or how parameters interact, so it adds little 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 tool's purpose: to upload an image to SparkSheets. It specifies the method (Base64 or file path) and mentions the return includes a Markdown image tag. This distinguishes it from sibling tools, none of which are upload-focused.

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 lacks guidance on when to use this tool versus alternatives. It does not mention specific scenarios or exclusions. Given the extensive sibling list, some context on when to choose upload_image over other data insertion methods would be helpful.

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/asicojp/sparksheets-mcp'

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