Skip to main content
Glama

gen_save_provider_config

Save default generation provider settings for Tripo and Uthana, including model version, output folders, credit budget, and API key storage or removal.

Instructions

Save Tripo/Uthana defaults and optionally store/clear local API keys.

KB: see knowledge_base/31_GENERATIVE_CONTENT_PIPELINE.md#config-and-auth Example: gen_save_provider_config(default_model_version="tripo-default", output_folder="/Game/Generated", session_credit_budget=750)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
output_folderNo/Game/Generated
store_api_keyNo
tripo_api_keyNo
uthana_api_keyNo
clear_stored_api_keyNo
store_uthana_api_keyNo
default_model_versionNotripo-default
session_credit_budgetNo
animation_output_folderNo/Game/Generated/Animations
default_texture_qualityNostandard
clear_stored_uthana_api_keyNo
uthana_default_character_idNocXi2eAP19XwQ

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

C2.9/5.0
Behavior3/5

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

With no annotations provided, the description carries the behavioral disclosure burden. It does state that the tool saves defaults and can optionally store or clear local API keys, with the 'local' qualifier adding useful context. However, it does not disclose whether existing configuration is overwritten, whether clearing a key has downstream effects, or whether the API keys are strictly required for other gen_* calls.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact and front-loaded: one functional sentence, a short KB pointer, and a practical call example. There is no filler, and the example adds concrete value by showing a realistic invocation.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has 12 optional parameters, no annotations, and no schema-level parameter documentation, so the description must explain a fairly complex configuration contract. It does not clarify the interaction between store and clear flags or the meaning of several parameters; the KB link helps, but the inline description is not enough for correct, safe invocation on its own.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate for 12 undocumented parameters. The example demonstrates default_model_version, output_folder, and session_credit_budget, and the prose covers API-key store/clear flags, but most parameters such as animation_output_folder, default_texture_quality, and uthana_default_character_id receive no explanation.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names a specific verb and resource: saving Tripo/Uthana provider defaults, with optional local API-key store/clear behavior. This makes the core action clear and distinguishes it as a write/save operation from read siblings like gen_get_provider_config, though it never explicitly names that sibling.

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

Usage Guidelines2/5

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

There is no explicit guidance about when to use this tool versus alternatives such as gen_get_provider_config. The example and KB link imply configuration-related usage, but the agent is left to infer the appropriate context and any exclusions.

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

Deploy Server

Other Tools