Skip to main content
Glama

CivitAI Settings

sdnext_civitai_settings

Retrieve the current CivitAI integration settings from SD.Next to review or adjust configuration.

Instructions

Get CivitAI integration settings (GET /sdapi/v2/civitai/settings).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are provided, so the description must carry behavioral disclosure. It correctly implies a read operation ('Get') and states the HTTP method (GET), which is helpful. However, it doesn't detail any side effects (likely none) or what the response contains. Given the tool is a simple GET, the endpoint method adds transparency, but the description could clarify that it returns the current settings object.

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 concise sentence with no filler. It includes the resource, operation, and endpoint. It is front-loaded with the purpose and provides a technical reference, earning every character.

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?

For a zero-param read tool, the description is complete: it names the operation, resource, and endpoint. It doesn't provide return format details, but no output schema exists, so some context about what settings are included could be useful. However, given the low complexity and clear endpoint, the description suffices.

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

Parameters4/5

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

The tool has zero parameters, so schema coverage is 100% trivially. The description doesn't need to explain parameters; the schema already vacuous. A baseline 4 is appropriate because there is nothing to add.

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 clearly states the tool retrieves CivitAI integration settings via a specific HTTP endpoint (GET /sdapi/v2/civitai/settings). It distinguishes from sibling tools like sdnext_civitai_set_settings, which sets settings, and other CivitAI tools focused on search, download, etc. Though it could better differentiate from the broader sdnext_get_options, it clearly identifies its resource.

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 usage for reading current CivitAI integration settings, but provides no explicit context on when to use vs. alternatives. It doesn't note that this complements sdnext_civitai_set_settings for modifications. The endpoint reference gives a hint, but no explicit 'when to use' 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/Congenital/sdnext_mcp'

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