Skip to main content
Glama

Set TraeCN Setting Text

traecn_set_setting_text

Enter a text value into a specific TraeCN setting using section and label, then confirm the field contains it.

Instructions

Enter one text value into the setting field identified by section and label, and confirm what the field contains afterwards.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYesText content to enter into the field.
labelYesSetting label exactly as returned by traecn_list_settings.
sectionYesSection name exactly as returned by traecn_list_setting_sections.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
codeNoStable machine-readable result or error code.
errorNoError identifier or diagnostic when the operation failed.
labelNoSetting label that was written.
valueNoValue applied to the setting.
resultNoDriver-reported write outcome, including already-in-desired-state.
statusNoStable operation or task status.
taskIdNoStable gateway task identifier.
changedNoWhether visible TraeCN state changed.
messageNoHuman-readable outcome summary.
successNoWhether the operation succeeded.
retryableNoWhether retrying the same call can succeed later.
nextActionNoSuggested next step after a failure.
conversationIdNoStable TraeCN conversation identifier.
Behavior3/5

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

Annotations already indicate this is a write operation (readOnlyHint=false) and non-destructive (destructiveHint=false). The description adds the behavior of confirming the field value afterwards, which is useful context beyond annotations. However, it does not disclose potential side effects like overwriting existing values or requiring the section/label to exist. The added confirmation detail earns a mid-range score.

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, compact sentence that front-loads the action and key distinguishing detail ('one text value') and the confirmation step. No filler or redundancy; 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?

Given the tool's simplicity (3 required params, all documented) and the presence of an output schema, the description covers what an agent needs to invoke it correctly. It does not address error cases or prerequisites beyond the schema's exact-match instructions, but for this setting operation, the information is sufficient. Slightly more detail on the confirmation behavior or edge cases would push to 5.

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%, so all three parameters are documented in the schema, including the requirement that label and section match exact values from listing tools. The description's mention of 'identified by section and label' reinforces this but adds no new information beyond the schema. Baseline of 3 is appropriate when schema covers all parameters.

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 the action: entering a single text value into a setting field, identified by section and label. It uses a specific verb ('enter') and resource ('setting field'), and the phrase 'one text value' distinguishes it from sibling tools like traecn_set_setting_toggle (toggle) and traecn_select_setting_option (selecting an option). The confirmation step also differentiates it from other setter tools.

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

Usage Guidelines4/5

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

The description implies usage for text-based settings, contrasting with toggles and option selectors among siblings. It does not explicitly state when not to use it or name alternatives, but the context is clear given the sibling tool names and the description's emphasis on 'text value'. This provides adequate but not exhaustive 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/Luckycat133/traecnclaw-mcp-skill'

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