SECURITY REVIEW
Not yet assessed
Review the original instructions and requested permissions before installing.
No security review is available for this catalog entry yet.
Provide reference documentation for liter-llm MCP.
Use liter-llm mcp reference documentation.
Review the original instructions and requested permissions before installing.
No security review is available for this catalog entry yet.
How clearly the skill guides your agent, how complete its workflow is, and how you can check the outcome.
No quality assessment is available for this catalog entry yet.
Original instructions from the publisher’s SKILL.md
<!-- This file is auto-generated by alef — DO NOT EDIT. --> <!-- alef:hash:b284de2d4d7b58d2c9fabcd28373994279620f54d91dce8009d4c2c18921ff8c --> <!-- To regenerate: alef docs --> <!-- To verify freshness: alef verify --> # liter-llm MCP Reference Use this skill when integrating liter-llm through Model Context Protocol tools, prompts, or resources. - `cancel_batch`: Cancel an in-progress batch processing job - `cancel_response`: Cancel an in-progress response (Responses API) - `chat`: Send a chat completion request to an LLM - `create_batch`: Create a new batch processing job - `create_file`: Upload a file to the LLM provider - `create_response`: Create a new response (Responses API) - `delete_file`: Delete an uploaded file - `embed`: Generate text embeddings for the given input - `file_content`: Retrieve the raw content of an uploaded file - `generate_image`: Generate images from a text prompt - `list_batches`: List batch processing jobs - `list_files`: List uploaded files - `list_models`: List available models from configured providers - `moderate`: Check content against moderation policies - `ocr`: Extract text from an image or document via OCR - `rerank`: Rerank documents by relevance to a query - `retrieve_batch`: Retrieve a batch processing job by ID - `retrieve_file`: Retrieve metadata for an uploaded file - `retrieve_response`: Retrieve a response by ID (Responses API) - `search`: Perform a web or document search - `speech`: Generate speech audio from text (text-to-speech) - `transcribe`: Transcribe audio to text (speech-to-text)