Skip to main content
Glama
rivenai
by rivenai

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
RIVEN_API_KEYYesYour Riven API key (starts with `rvn_`).
RIVEN_API_BASENoOverride the chat completions API base URL.https://api.rivenai.io/v1
RIVEN_COMPUTER_BASENoOverride the Computer (agentic tasks) API base URL.https://computer.rivenai.io

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
riven_chatA

Send a single prompt to a Riven chat model and return the completion text. Use for quick, single-turn questions that don't need agentic research.

riven_researchA

Create a Riven Computer research task for the given prompt, run it, poll until it completes (or times out), and return a summary of the resulting thread. Use for open-ended research questions that benefit from multi-step agentic work.

riven_councilA

Create a Riven Computer council task, which asks multiple models to answer the same prompt and produces a synthesized verdict plus each model's individual answer. Use when you want a cross-checked or debated answer rather than a single model's view.

riven_usageA

Return current usage statistics for the authenticated Riven account.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: chat for single-turn, council for multi-model debate, research for multi-step agentic work, and usage for account stats. No overlap or confusion.

Naming Consistency5/5

All tools follow a consistent 'riven_' prefix with a noun that describes the action: chat, council, research, usage. Predictable and clear.

Tool Count5/5

4 tools is well-scoped for an AI assistant server, covering the main interaction modes without being too few or too many.

Completeness4/5

The tool set covers the primary use cases (single chat, multi-model, research, usage). Missing tools like account management or model listing, but the core workflows are complete.

Maintenance

ActivitySlowing
ResponsivenessNo issues