Skip to main content
Glama

Build job posting transactions

buildPostJobTransactions
Read-onlyIdempotent

Build wallet-bound unsigned direct-Hub templates for an existing deterministic draft: token approval and AgentAccountCore deposit when needed, then the exact escrow create call. Your own signer submits them; Averray never relays signed transactions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
draftIdYes

TDQS

A4.2/5.0
Behavior4/5

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

The description discloses key behaviors: it builds unsigned templates (not submitting), and 'when needed' indicates conditional inclusion of approval/deposit. It explicitly states the user's signer submits them and Averray never relays signed transactions, which is valuable behavioral context beyond the readOnlyHint annotation. The conditional logic ('when needed') is mentioned but not expanded, but this is adequate.

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 dense sentences cover purpose, components, conditionality, and signing responsibility with no filler. The main action ('Build wallet-bound unsigned direct-Hub templates') is front-loaded, and every clause adds necessary detail. Highly efficient writing.

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 transaction builder with conditional components, the description covers the essential workflow and prerequisites (existing draft) and the signing model. It omits details like what the output format is (though no output schema exists) and more precise conditions for 'when needed', but these are not critical for an agent to invoke the tool with a draftId. The overall picture is complete enough for correct usage.

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

Parameters3/5

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

With 0% schema coverage, the description must compensate for documenting the draftId parameter. It says 'for an existing deterministic draft', implying draftId is the identifier of that draft, but doesn't map it explicitly. For a single simple parameter, this implicit reference is somewhat helpful but not fully explicit, so it falls short of complete clarity.

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 builds unsigned, wallet-bound transaction templates for a job posting draft, listing the specific components (token approval, AgentAccountCore deposit, escrow create). It distinguishes itself from sibling transaction builders by the 'escrow create' for job posting, making its purpose concrete and unambiguous.

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?

The description provides clear context: it operates on an 'existing deterministic draft', implying the agent must first have a draft (e.g., from draftJob). It does not explicitly mention alternatives or when not to use it, but the specificity to job posting and the draft prerequisite make the usage clear enough. Not naming sibling tools is a minor gap.

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.

TDQS

A3.8/5.0
Disambiguation5/5

Each tool targets a distinct resource or action: build* tools differ by transaction type (credit, deposit, withdraw), get* tools read distinct state (account, credit, deposit, job, platform), and task-specific tools (claim, preflight, submit, validate, estimate, explain) are clearly separated. There is no apparent overlap or ambiguity.

Naming Consistency5/5

All tool names follow a consistent verb+noun camelCase pattern (build, get, list, claim, preflight, submit, validate, estimate, explain, fetch, verify, refresh, create, quote, request). No mixed conventions or vague verbs are present.

Tool Count3/5

With 22 tools, the count exceeds the typical well-scoped range of 3–15. While each tool appears purposeful and the domain is broad (auth, jobs, deposits, credit, withdrawals, verification), the overall surface feels somewhat heavy and may require agents to parse many options.

Completeness4/5

The tool set covers the main user workflows: sign-in, job discovery, preflight, claiming, submission, validation, reward estimation, eligibility explanation, deposit/credit lifecycle, and verification profiles. Minor gaps exist (e.g., no tool to list one's own claims or cancel them), but these are not critical for the core earning flow.