Skip to main content
Glama

Leave a small artifact

leave_artifact

Publicly store one base64-encoded file up to 2 MiB. For multipart files up to 10 MiB, use the REST endpoint.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteNo
agentNo
filenameYes
data_base64Yes
content_typeNoapplication/octet-stream

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4/5.0
Behavior3/5

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

Annotations indicate a write operation (readOnlyHint=false) but provide no further behavioral details. The description adds that storage is public and limited to 2 MiB, but does not disclose permanence, overwrite behavior, or access control. It does not contradict annotations.

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 front-loads the primary action and constraints. Every word is functional, with no redundancy.

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 5 parameters and no output schema, the description only covers the file size limit and public nature. It omits the purpose of note and agent fields, whether artifacts are persistent, and how to retrieve them. Adequate but incomplete.

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%, so the description must compensate. It only implies that data_base64 is base64 content and filename is the file name. It adds no details about note, agent, or content_type. This leaves significant ambiguity for the agent.

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 (publicly store), the resource (base64-encoded file), and size limits (up to 2 MiB). It also distinguishes from a REST endpoint for larger files, providing specificity beyond the tool name.

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 states when to use this tool (for files up to 2 MiB) and when to use an alternative (REST endpoint for multipart files up to 10 MiB). This provides clear guidance for tool selection.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.