Skip to main content
Glama

Create Swarme Upload Session

swarme_upload_session_create

Create a signed upload reservation for a machine-native file capability.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYes
run_idNo
filenameYes
byte_sizeYes
mime_typeYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.4/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It reveals that the operation creates a signed reservation, but does not explain side effects, authentication requirements, expiration, or what the returned reservation is meant for.

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

Conciseness3/5

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

The description is a single sentence with no filler, which is structurally efficient. However, it is under-specified rather than genuinely concise—the vague jargon does not earn its place as the sole explanatory content.

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?

For a 5-parameter creation tool with no annotations and no schema descriptions, the description is far too thin. Even though an output schema exists, the agent still lacks understanding of what inputs mean, when to call it, and what behavioral expectations apply.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/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 by explaining parameters. It does not mention slug, filename, mime_type, byte_size, or run_id at all, leaving all five parameters semantically opaque.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific action ('Create') and resource ('signed upload reservation'), which clearly distinguishes this from a generic upload tool. However, the phrase 'machine-native file capability' is vague and does not explicitly differentiate from sibling tools.

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?

No guidance is provided on when to use this tool versus alternatives, nor when not to use it. The phrase 'for a machine-native file capability' weakly implies a use case, but it is not actionable and does not name any sibling or exclusion.

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.

Resources