Skip to main content
Glama
vivmuk

Medhā MCP

by vivmuk

Venice Chat (LLM)

venice_chat

Send chat messages through Venice's uncensored LLM catalog to get OpenAI-compatible completions, supporting NSFW prompts where permitted and flexible authentication via wallet or API key.

Instructions

Run an OpenAI-compatible chat completion via Venice's uncensored LLM catalog (Claude, GPT-5, Llama, DeepSeek, Qwen, GLM, Kimi, Venice Uncensored 1.1, etc.). Operator preferences — default: minimax-m3-preview; also try: qwen-3-7-max / venice-uncensored-role-play / gemini-3-1-pro-preview. cheap+long (524K ctx) → 1M ctx → character voice → premium reasoning. Uncensored: NSFW prompts allowed where the model permits. Supports x402 wallet auth (no Venice account needed) and API key.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stopNo
modelNoModel id. Defaults to venice-uncensored.
top_pNo
messagesYesChat messages, OpenAI format.
max_tokensNo
temperatureNo
Behavior4/5

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

With no annotations provided, the description carries full burden. It discloses key behaviors: uncensored nature (NSFW allowed where model permits), auth methods (x402 wallet, API key), context limits (524K, 1M reachable), and model catalog scope. For a chat tool with no annotations, this is substantive disclosure of safety/staleness/auth traits.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Dense but efficient single paragraph. Provides operator preferences as a compact shorthand. Somewhat packed (the 'cheap+long → 1M ctx → character voice → premium reasoning' chain is telegraphic but informative). No wasted words, though it could be structured with clearer separators.

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

Completeness4/5

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

For a 6-param no-output-schema tool, the description covers model selection, auth, uncensored policy, and context limits. The main gap is undocumented sampling parameters (stop, top_p, temperature, max_tokens are barely semantic), and no mention of what the response contains. Handles the catalog/scale complexity well.

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

Parameters3/5

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

Schema coverage is only 33% (messages and model have descriptions), so the description partially compensates by mentioning model selection guidance. However, it adds nothing about stop, top_p, max_tokens, or temperature beyond what's in the schema (which documents messages and model only). The other 4 params are undocumented in both schema and description, creating a coverage gap.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool runs an OpenAI-compatible chat completion via Venice's LLM catalog, naming specific models. It's distinct from venice_responses and venice_chat_with_character because it's the raw LLM chat endpoint rather than character-based. Could be slightly better at explicitly contrasting with venice_responses, but the verb+resource+scope is clear.

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?

Provides concrete guidance: default model selection, alternative models to try, context-length escalation ladder (cheap+long -> 1M ctx -> character voice -> premium reasoning), and NSFW allowance. Names alternatives (qwen-3-7-max, venice-uncensored-role-play, gemini-3-1-pro-preview). Doesn't explicitly say when NOT to use it vs venice_chat_with_character or venice_responses, which is a minor gap.

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/vivmuk/medha-mcp'

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