Skip to main content
Glama
Setell-AI

Setell

Official

Update Setell shop profile

setell_update_shop_profile
Idempotent

Update your shop's machines, materials, finishing, and notes to guide Setell's AI in estimating complexity, cycle time, and finish fit for future drafts.

Instructions

PARTIAL patch of the operator's shop profile — only the fields you pass change; each provided list REPLACES that whole field, so read setell_get_shop_profile first and send the complete updated list (to add a machine: existing machines plus the new one). This steers how Setell judges complexity / cycle-time / finish fit on every future draft — confirm with the operator before writing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
notesNoFree-form how-we-run note, max 2000 chars. Pass null or an empty string to clear.
machinesNoFull replacement machine list, e.g. [{ name: 'Haas VF-2SS', count: 2, notes: '30×16×20 in travels' }]. Max 25.
finishingNoFull replacement finishing list, e.g. [{ process: 'anodize', mode: 'OUTSOURCED', notes: 'via PlateWorks' }]. Max 15.
materialsNoFull replacement list of materials commonly run, e.g. ["6061-T6", "304 SS"].
Behavior5/5

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

Describes the partial patch and full-replacement semantics for lists, which is critical behavioral info beyond annotations. No contradiction with 'idempotentHint: true' and 'destructiveHint: false'.

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 packed with essential information, front-loading the key behavior. No wasted words.

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?

No output schema, but description provides sufficient context for correct usage. Could mention return value, but not critical for an update tool.

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 coverage is 100%, baseline 3. Description adds value by explaining notes clearing behavior and giving examples for machines, finishing, and materials, enriching the parameter meaning.

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 it is a partial patch of the operator's shop profile, using specific verbs like 'update' and resource 'shop profile'. It distinguishes from siblings by instructing to read 'setell_get_shop_profile' first and explaining the replacement behavior.

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

Usage Guidelines5/5

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

Explicitly advises to read 'setell_get_shop_profile' first and send complete updated lists for array fields. It also mentions to confirm with the operator before writing, providing clear when-to-use and when-not guidance.

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/Setell-AI/setell-mcp'

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