Skip to main content
Glama
Ka1y0
by Ka1y0

Test local LM Studio inference

lmstudio_test_inference

Run a tiny deterministic inference against a selected local endpoint to test its functionality and ensure no cloud fallback.

Instructions

Run one tiny deterministic inference against an explicitly selected local endpoint. Never falls back to cloud.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelNo
promptNo
endpointNo
max_tokensNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
errorNo
modelNo
successYes
endpointYes
responseNo
latencyMsYes
reasoningNo
reasoningOnlyNo
transportSuccessNo
generationSuccessNo
exactSentinelSuccessNo
visibleAnswerSuccessNo
Behavior3/5

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

With no annotations, the description itself must carry the transparency burden. It reveals two important behavioral traits: the inference is deterministic, and there is no cloud fallback. However, it does not disclose what happens on endpoint failure, what 'tiny' means (token limit?), or any default behavior, leaving gaps in the behavioral picture.

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 extremely concise: two short sentences with no filler. It front-loads the verb and key qualifiers, making it easy to parse quickly.

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

Completeness2/5

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

For a tool with four undocumented optional parameters and no annotation support, the description is too sparse to support correct invocation. While the output schema exists (so return values need not be explained), the lack of parameter semantics and behavioral details like error handling leaves significant gaps for an agent trying to use it.

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

Parameters1/5

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

The input schema has 0% description coverage, so the description is completely responsible for explaining parameters. It does not mention 'model', 'prompt', 'max_tokens', or clarify the 'endpoint' options (native, chat_completions, responses). The phrase 'explicitly selected local endpoint' only hints at the endpoint parameter without giving concrete values or guidance.

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 ('Run') and clearly names the resource: a tiny deterministic inference against an explicitly selected local endpoint. It also distinguishes from sibling tools by emphasizing 'tiny', 'deterministic', and the explicit 'Never falls back to cloud' behavior, which differentiates it from other testing tools in the LM Studio family.

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 provides clear context: this is for a quick, deterministic local inference test with no cloud fallback. However, it does not explicitly mention alternatives like lmstudio_test_endpoints or state when not to use this tool, so it stops short of full 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/Ka1y0/lmstudio-mcp'

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