list_defaults
Lists the three layers of defaults (builtin, config, env) and their origins for configuration.
Instructions
列出三层默认值及来源(builtin/config/env)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Lists the three layers of defaults (builtin, config, env) and their origins for configuration.
列出三层默认值及来源(builtin/config/env)。
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must disclose behavioral traits. It only says 'list', implying a read-only operation, but lacks details such as whether it caches results, requires authentication, or has any side effects. Minimal value beyond the action verb.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, concise sentence with no unnecessary words. It delivers the essential information efficiently.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no output schema, the description should describe the return format or structure. It does not mention what the output looks like (e.g., a list of strings, structured objects). The agent lacks information about what data it will receive, making the description incomplete for a zero-parameter tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
No parameters exist in the input schema, so schema description coverage is 100%. The rule sets a baseline of 4 for 0 parameters, and the description does not need to add anything about parameters. It therefore meets the bar.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool lists default values from three levels (builtin, config, env) with sources. It uses a specific verb and resource, and distinguishes from sibling list tools like list_adapters which list different entities.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance on when to use this tool versus alternatives. The description does not mention any context, prerequisites, or when not to use it. With many sibling list tools, the agent lacks criteria for selection.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/fanghaoling/brainregion'
If you have feedback or need assistance with the MCP directory API, please join our Discord server