Skip to main content
Glama
Ka1y0
by Ka1y0

Test LM Studio API endpoints

lmstudio_test_endpoints

Classify native chat, OpenAI chat completions, and Responses API as passed, unsupported, or failed to test endpoint compatibility.

Instructions

Classify native chat, OpenAI chat completions, and Responses API as passed, unsupported, or failed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelYes
resultsYes
Behavior2/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 only states the classification outcome but does not disclose side effects, whether it makes network calls, requires a running server, or has any prerequisites. The verb 'test' implies activity, but the lack of behavioral detail leaves significant ambiguity.

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, front-loaded sentence that is appropriately concise. Every word contributes to defining the tool's purpose, with no filler or redundancy.

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?

While an output schema exists (partially covering return values), the description lacks essential operational context: no usage timing, no prerequisites, no explanation of how the optional model parameter affects behavior, and no note on potential side effects. For a testing tool, this is minimal and leaves gaps that an agent would need to resolve externally.

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 one optional parameter 'model' with no description (0% schema description coverage). The description does not mention this parameter at all, failing to explain how 'model' influences the test or whether it is required. Description adds no meaning beyond the raw schema field name.

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 'Classify' and names precise resources ('native chat, OpenAI chat completions, and Responses API') with clear outcome categories ('passed, unsupported, or failed'). This clearly distinguishes it from sibling test tools like lmstudio_test_inference or lmstudio_test_tool_calling, which focus on other aspects.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus the many sibling test tools (e.g., lmstudio_test_inference, lmstudio_diagnose). It neither states explicit when/when-not conditions nor mentions alternatives, leaving the agent to infer usage from the name and description.

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