Skip to main content
Glama

Services submit deliverable

services_submit_deliverable

Submit a deliverable (URL, text, file, or encrypted secret) for a paid quote, starting the buyer-acceptance window. Re-submitting restarts the acceptance timer.

Instructions

Seller-side: submit the deliverable on a paid/in-progress quote. kind=url|text|file|secret. Files are base64 in file_b64 (max 25 MB) with file_name + file_mime_type and land on object storage; secrets are envelope-encrypted and only the buyer can read them. Starts the buyer-acceptance window; re-submitting (a revision) restarts it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoRequired for kind=url: link where the deliverable lives.
kindYesDeliverable type: url, text, file (base64 upload) or secret (encrypted, buyer-only).
textNoRequired for kind=text: the deliverable content itself.
secretNoRequired for kind=secret: sensitive value (API key, credential). Encrypted at rest; only the buyer can read it.
file_b64NoRequired for kind=file: base64-encoded file bytes, max 25 MB decoded.
file_nameNoRequired for kind=file: filename shown to the buyer; unsafe characters are replaced.
seller_noteNoOptional note to the buyer accompanying the deliverable.
file_mime_typeNoRequired for kind=file: MIME type. Types outside the inert allowlist are served as forced downloads.
service_quote_idYesUUID of the paid or in-progress quote thread to deliver on.

Schema Changelog

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

  1. First observedv1.0.0

TDQS

A4.6/5.0
Behavior5/5

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

Annotations only indicate non-read-only and non-idempotent; the description adds crucial behavioral details: acceptance window starts, re-submission restarts it, files land on object storage, secrets are envelope-encrypted and buyer-only. This significantly exceeds what annotations convey.

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?

Two sentences, front-loaded with the core purpose, then compactly covers kind variations, storage/encryption, and behavioral consequences. No redundant fluff; every clause adds value.

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

Completeness4/5

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

For a 9-parameter mutation with no output schema, the description covers the essential decision points (kind selection, file format, secret security) and workflow effects. It omits error conditions and auth prerequisites, but these are likely covered by the broader tool context and schema.

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

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema covers 100% of parameters, but the description adds meaning beyond field descriptions by explaining kind-specific handling (base64 file size limit, secret encryption, filename sanitization) and the consequence of re-submission, which the schema does not.

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?

Clearly states the action (submit deliverable), the resource (paid/in-progress quote), and the seller-side scope. Lists the four deliverable kinds and differentiates from sibling tools like services_submit_quote (quote submission) and services_acknowledge_delivery (buyer acceptance).

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

Usage Guidelines4/5

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

Explicitly ties usage to a paid/in-progress quote and describes the acceptance-window start and revision behavior, giving clear when-to-use context. Does not name alternative tools or explicit exclusions, but the context is unambiguous enough to route correctly.

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

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/bitroadai/bitroad-mcp'

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