Skip to main content
Glama

LibreModel MCP Server

quick_test

Run a quick test to check LibreModel's responsiveness. Choose from test types like 'hello', 'math', 'creative', or 'knowledge' to verify server functionality and ensure smooth communication with local LLM instances.

Instructions

Run a quick test to see if LibreModel is responding

Input Schema

NameRequiredDescriptionDefault
test_typeNoType of test to runhello

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "test_type": { "default": "hello", "description": "Type of test to run", "enum": [ "hello", "math", "creative", "knowledge" ], "type": "string" } }, "type": "object" }

Other Tools from LibreModel MCP Server

Related Tools

    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/openconstruct/llama-mcp-server'

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