config_get
Return current webapp config (LLM provider, URLs, selected model, etc.).
Instructions
Return current webapp config (LLM provider, URLs, selected model, etc.).
Return Format
Standard dict with keys: success, message, data
Examples
await call_tool("config_get")Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |