Skip to main content
Glama
Ka1y0
by Ka1y0

Inspect an LM Studio model

lmstudio_inspect_model

Inspect a model's local metadata to separate static capabilities from runtime configuration. Enables diagnosing, testing, and verifying model setup in LM Studio.

Instructions

Return all discoverable local metadata and distinguish static capability from runtime configuration.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelYesModel id, key, path, or identifier

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
foundYes
modelYes
warningsYes
capabilityYes
distinctionYes
runtimeConfigurationYes
Behavior3/5

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

Since no annotations are provided, the description carries full responsibility. It discloses that it returns 'discoverable' metadata and distinguishes static from runtime configuration, but it does not mention whether it is read-only, what happens for unknown models, or any side effects. This leaves gaps in behavioral expectations.

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 sentence that front-loads the action and outcome, with no filler words. It is concise and structured clearly.

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?

Given the existence of an output schema and a single well-defined parameter, the description is sufficient for an agent to understand what the tool does and how to invoke it. However, it could mention prerequisites (e.g., that the model must exist locally) but this is minor.

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

Parameters3/5

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

The schema provides 100% coverage with a clear description of the 'model' parameter as 'Model id, key, path, or identifier.' The tool description does not add further parameter details, but the baseline of 3 applies because schema coverage is high and the parameter meaning is clear.

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 uses a specific verb ('Return') and identifies the resource ('all discoverable local metadata') for a specific model. It also distinguishes two aspects (static capability vs runtime configuration), setting it apart from sibling tools like lmstudio_list_models which list all models.

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 a single model's metadata, but it does not explicitly mention when to prefer this over alternatives such as lmstudio_list_models or lmstudio_capabilities. There are no explicit exclusions or 'use X instead' guidance, so the usage context is implied rather than stated.

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/Ka1y0/lmstudio-mcp'

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