Skip to main content
Glama

Artvinci's frame calculator

framing_estimate-frame-price

Read-only

Estimate the total price to frame an artwork of given dimensions in a chosen frame profile.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
widthCmYesArtwork width, in centimeters.
heightCmYesArtwork height, in centimeters.
frameProfileIdYesThe id of a frame profile, as returned by framing.list-frame-profiles.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
estimateYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior3/5

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

The readOnlyHint annotation already establishes that this is a safe, non-mutating operation. The description adds that this is an estimate rather than an order or commitment, which is useful, but it does not disclose further behavioral details such as rounding, currency, or excluded costs.

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?

The description is a single, front-loaded sentence with no filler or redundant wording. It states the action, object, and key inputs efficiently, making it easy for an agent to parse.

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 simple, read-only pricing tool, the description combined with a 100%-covered input schema, readOnlyHint annotation, and existing output schema is largely sufficient. The only minor omission is explicit handling of edge cases like currency or price boundaries, which are not essential to invoke the tool correctly.

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?

Schema description coverage is 100%, and each parameter already has a meaningful description, including frameProfileId's source from framing.list-frame-profiles. The description rephrases the inputs without adding new constraints, units, or format details, so the baseline score of 3 applies.

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 uses a specific verb ('Estimate') and resource ('total price to frame an artwork'), with clear inputs (dimensions, chosen frame profile). It is immediately distinguishable from the sibling list-frame-profiles tool, which lists profiles rather than pricing.

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 description implies the use case—estimating cost given dimensions and a profile—but does not explicitly state when to prefer this over alternatives or mention the workflow with framing.list-frame-profiles. Usage is clear by inference, not by direct guidance.

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