Skip to main content
Glama

settings_get

Retrieve the current value and metadata for a specific lilbee setting, such as 'top_k' or 'chat_model'. Use this to inspect configuration parameters.

Instructions

Get the current value and metadata for a single lilbee setting.

The ``nullable`` field on the returned setting means the writer
accepts ``None`` to delete the persisted entry; ``vision_model`` /
``reranker_model`` report ``nullable=false`` even though an empty
string clears them.

Args:
    key: Setting name (e.g. ``"top_k"``, ``"chunk_size"``,
        ``"chat_model"``). Use ``settings_list`` to discover keys.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations are provided, so the description carries the full burden. It explains the 'nullable' field semantics for settings like 'vision_model' and 'reranker_model,' adding behavioral context beyond the schema. It does not mention side effects, auth, or rate limits, but these are likely unnecessary for a read operation.

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 clear and front-loaded with the main purpose. It uses an 'Args' section for parameter details. While it includes useful information, the explanation of nullable behavior could be slightly more concise, but overall it is well-structured.

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?

Given an output schema exists (not shown), the description appropriately focuses on input and behavioral nuances. It covers nullable semantics, provides examples, and references a sibling tool for key discovery. For a single-parameter read tool, this is comprehensive.

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

Parameters5/5

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

With 0% schema description coverage, the description fully compensates by explaining the 'key' parameter with examples ('top_k', 'chunk_size', 'chat_model') and directing users to 'settings_list' for key discovery. This adds significant meaning beyond the schema's minimal definition.

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 explicitly states 'Get the current value and metadata for a single lilbee setting,' clearly identifying the action and resource. It also distinguishes from sibling tool 'settings_list' by referencing it for key discovery, aiding in differentiation.

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

Usage Guidelines4/5

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

The description advises using 'settings_list' to discover keys, providing clear guidance on when to use this tool. It also explains the 'nullable' field behavior for specific settings, but does not explicitly state when not to use the tool or mention any prerequisites.

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/tobocop2/lilbee'

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