Skip to main content
Glama

get_config

Check current image recognition settings: provider, model, Base URL, and whether the API key is set, without revealing the key.

Instructions

查看当前识图配置:提供商、模型、Base URL、API Key 是否已设置。不返回明文 Key。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations provided, the description carries the transparency burden. It discloses that the tool does not return the plaintext API Key, which is a significant behavioral trait, and also clarifies that it reports whether the key is set. This adds valuable context beyond the simple 'view config' purpose.

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, well-structured sentence. It front-loads the main action, lists the key return fields, and includes the important security note about the Key, with no unnecessary words.

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

Completeness5/5

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

For a zero-parameter read-only config tool with an output schema present, the description is complete. It covers the main return fields, includes the behavioral caveat about the Key, and requires no additional context to be used correctly.

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 the baseline is 4. The description does not need to explain parameter semantics; it appropriately focuses on the return fields instead.

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 tool's action (view current image recognition config) and enumerates the specific fields it returns (provider, model, Base URL, whether API Key is set). It also distinguishes from siblings by focusing on config reading, not image analysis or config updates.

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 does not explicitly state when to use this tool versus alternatives. However, its role as a read-only config getter is implied by the sibling names (update_config for writes, describe_image tools for images), so usage context is inferable but not clearly articulated.

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/1235ggb/deepseek-eyes'

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