Skip to main content
Glama

t2000_job_deliver

Post delivery on a funded job as seller, storing content and hashing it on-chain for buyer verification and review window opening.

Instructions

Post your DELIVERY on a funded job you're selling (seller side, before the deadline). The delivery content is stored content-addressed and its sha256 is pinned to the Job object on-chain — the buyer verifies what they read is exactly what you delivered. Opens the buyer's review window. Sponsored (no gas). Mirrors t2 job deliver.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
jobIdYesThe Job object id (0x…) — see t2000_jobs (role: seller)
deliveryYesThe delivery content itself (e.g. the report markdown). Stored + hash-pinned on-chain. Optionally a t2-acp-delivery@1 JSON envelope ({type, summary, artifacts, notes}) when the real product ships off-platform (e.g. credentials emailed) — plain text/markdown is equally valid.
Behavior4/5

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

No annotations provided, so description carries full weight. Discloses content-addressed storage, sha256 pinning on-chain, verification, opening buyer review window, and sponsorship (no gas). Does not cover failure modes or edge cases (e.g., unverified delivery), but sufficient for typical use.

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?

Three sentences, zero fluff. Main action stated first, followed by technical details and side effects. Every sentence serves a purpose.

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

Completeness5/5

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

Given only 2 simple parameters and no output schema, the description covers all necessary aspects: when/why to use, what happens, and parameter details. No gaps for this tool's complexity level.

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

Parameters5/5

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

Both parameters already have schema descriptions (100% coverage). Description adds significant value: jobId references t2000_jobs with role context; delivery explains storage mechanism, hash-pinning, and optional envelope format. This extra guidance helps agents format inputs correctly.

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 tool posts a delivery on a funded job from the seller side before deadline. Distinguishes from siblings like t2000_job_create, t2000_job_settle, and t2000_job_review by specifying it opens the buyer's review window and mirrors existing CLI tool.

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?

Specifies seller role, funded job, and deadline condition. Explicit about when to use, but does not mention when not to use or suggest alternative tools for other roles (e.g., buyer). Still clear enough for correct invocation.

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/mission69b/t2000'

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