Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
KIMI_API_KEYYesAPI key for the target endpoint
KIMI_API_MODELNoModel override; defaults to kimi-k2.6kimi-k2.6
KIMI_API_BASE_URLNoOpenAI-compatible base URL; defaults to https://api.moonshot.ai/v1https://api.moonshot.ai/v1

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
kimi_read_imageC

Analyze a local image file using the configured Kimi-compatible API.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.1/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possible ambiguity. Agents will always select the correct tool.

Naming Consistency5/5

The single tool name 'kimi_read_image' follows a clear verb_noun pattern and is consistent with the server name, though pattern consistency is trivially satisfied.

Tool Count2/5

A single tool is too few for a server dedicated to image analysis. Users and agents would expect multiple distinct capabilities (e.g., OCR, object detection, etc.).

Completeness2/5

The server provides only a generic 'analyze' function, lacking specific operations like listing supported analysis types, extracting text, or identifying objects. This severely limits its usefulness.

Maintenance

ActivityStale
ResponsivenessNo issues