Skip to main content
Glama

The Artillerist Artist Intelligence

Prepare commission price estimate

prepare_commission_quote
Read-onlyIdempotent

Validate inputs for a benchmark-based art or illustration commission estimate covering deliverable, experience, complexity, finish, subjects, usage rights, revisions, rush timing, and expenses. Returns the paid x402 endpoint, current USDC price, dataset version, and exact request body without signing or spending funds.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rushNonone
usageNopersonal
finishNopolished
subjectsNo
revisionsNo
complexityNostandard
experienceNoestablished
expenses_usdNo
commission_typeYesA quote_key returned by the free catalog endpoint.

TDQS

A3.6/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and non-destructive behavior. The description adds genuine behavioral detail beyond those hints: it discloses that no signing or spending occurs, and that the tool returns specific artifacts (endpoint, price, dataset version, exact request body). No contradiction with annotations exists.

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

Conciseness4/5

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

The description is a single, front-loaded sentence that moves from purpose to key inputs to returned artifacts without filler. It is dense but each clause contributes essential information. A slight structural improvement would be splitting the long sentence into purpose and behavior/return sections.

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 there is no output schema and nine parameters, the description does a reasonable job naming the returned values (endpoint, USDC price, dataset version, request body) and the overall scope. Still, it omits failure/validation error behavior, the expected workflow with the free catalog endpoint mentioned in the schema, and further detail on what the request body contains, leaving some context incomplete.

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 only 11% schema description coverage, the description carries most of the parameter-semantics burden. It enumerates the estimation factors in prose ('deliverable, experience, complexity, finish, subjects, usage rights, revisions, rush timing, and expenses'), giving every parameter a domain role. However, it does not explain the meaning or trade-offs of the enum values, units, or how these inputs affect the estimate, so it only partially compensates for the schema's low coverage.

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 names a specific verb ('Validate inputs') and a defined resource ('benchmark-based art or illustration commission estimate'), then states the concrete outputs: paid x402 endpoint, USDC price, dataset version, and request body. It is distinct from the article-related sibling tools, though the description's emphasis on 'validate' slightly downplays that it also prepares/returns an actual request payload.

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

Usage Guidelines3/5

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

The phrase 'without signing or spending funds' implies this is the prepare/validate step before a paid x402 call, which gives some usage context. However, no explicit alternatives, prerequisites, or when-not-to-use conditions are provided; the agent must infer the workflow positioning.

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

A4/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: category browsing, article detail retrieval, latest article listing, search, and commission quote preparation. Even among the article tools, the retrieval modes are distinct enough that an agent would not easily confuse them.

Naming Consistency4/5

Most tool names follow a readable pattern with 'articles' as a common noun and verbs like get, search, and prepare. Names like latest_articles and articles_by_category break the strict verb_noun convention, but the overall pattern remains predictable.

Tool Count5/5

Five tools is a well-scoped size for a server that combines article research with commission quote preparation. Each tool covers a distinct need and none feel redundant or unnecessary.

Completeness4/5

Article discovery is well covered with search, category, latest, and detail retrieval, and the quote tool handles validation and endpoint preparation. Minor gaps exist, such as no explicit category listing endpoint and no follow-up execution/payment tool, but agents can work around these.

Resources