inkflow_choose_actor_face
Pick one of the 3 candidate thumbnails for a digital-actor order — ULTRA LoRA training starts on your chosen face.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apiKey | Yes | ||
| choice | Yes | 1, 2 or 3 | |
| orderId | Yes |
Pick one of the 3 candidate thumbnails for a digital-actor order — ULTRA LoRA training starts on your chosen face.
| Name | Required | Description | Default |
|---|---|---|---|
| apiKey | Yes | ||
| choice | Yes | 1, 2 or 3 | |
| orderId | Yes |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It does disclose the key behavioral consequence that ULTRA LoRA training starts on the chosen face, which signals a non-read-only, consequential action. But it omits whether the choice is final, whether credits are consumed, or if the training is immediately triggered, so disclosure is only partial.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is one efficient sentence with a clear action, resource, and consequence, ending with a meaningful outcome statement. There is no filler or repetition of schema details.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With no output schema and no annotations, the description leaves significant gaps: how the candidate thumbnails are provided, what response to expect, whether the training start is immediate or requires confirmation, and whether the selection is reversible. For a tool that triggers a consequential training action, this is inadequate.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is only 33%, so only 'choice' has a schema description. The description adds meaning to 'choice' by linking it to the '3 candidate thumbnails' and 'chosen face', and gives context to 'orderId' via 'digital-actor order'. However, 'apiKey' remains unexplained and no parameter details are given for orderId beyond inference, so compensation is partial.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses the specific verb 'Pick' and names a concrete resource ('one of the 3 candidate thumbnails for a digital-actor order'), and adds the consequential outcome 'ULTRA LoRA training starts'. This clearly positions the tool as the face-selection step before training and distinguishes it from sibling inkflow_train_ultra_lora_actor.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies when to use the tool — before or as part of a digital-actor order when a face must be chosen — and hints that training follows. However, it does not explicitly state alternatives, exclusions, or the relationship with inkflow_train_ultra_lora_actor, leaving the guidance mostly implied.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.