Skip to main content
Glama
baktubak
by baktubak

ap_select_tool

Choose the active painting tool from a list of options, with the selection confirmed via context readback.

Instructions

Select the active tool: bake, blur, brush, clone, colorid, cursor, decal, eraser, fill, material, particle, picker, select, text. The selection is read back from the context so the result confirms it took effect.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toolYesTool name.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.0

TDQS

A4/5.0
Behavior4/5

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

With no annotations provided, the description carries the behavioral burden. It explicitly discloses that the selection is 'read back from the context' so the result confirms the change took effect, which clarifies the tool's confirmation behavior beyond a bare 'select' command. It does not cover side effects like persistence or permission requirements, but for a simple active-tool setter this is reasonably transparent.

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 two sentences with no filler. The first sentence states the action and enumerates the valid values in a list, and the second clarifies the confirmation behavior. Every word earns its place.

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?

This is a low-complexity tool with one required parameter, no output schema, and no annotations. The description explains what it does, what values are valid, and how the result confirms success. A small gap is not stating any consequences of changing the active tool, but for this simple setter the description is otherwise sufficient.

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 coverage is 100%: the only parameter 'tool' has a full enum and a description saying 'Tool name.' The description simply repeats the enum values and does not add deeper semantics about what each tool does, but the tool names are self-explanatory. The baseline of 3 applies because the schema already documents the parameter well.

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 opens with a specific verb and resource: 'Select the active tool', followed by the complete list of valid tool values. The list and the 'active tool' phrasing make it clear this is about switching the current context tool, which distinguishes it from sibling tools like ap_set_brush or ap_material_select.

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 that this tool is used when the agent needs to change the active tool, but it does not explicitly contrast it with related selectors such as ap_set_brush or ap_material_select. There is no when-to-use or when-not-to-use guidance beyond the obvious 'select the active tool' intent.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/baktubak/armorpaint-mcp'

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