Skip to main content
Glama
BrainDAO
by BrainDAO

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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
{}
logging
{}
completions
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
GET_WIKIA

Get details about a specific wiki from IQ.wiki by ID

GET_USER_CREATED_WIKISB

Get wikis created by a specific user on IQ.wiki

GET_USER_EDITED_WIKISC

Get wikis edited by a specific user on IQ.wiki

GET_USER_WIKI_ACTIVITIESA

Get wiki activities (creations or edits) for a specific user on IQ.wiki

SEARCH_WIKIB

Search for a wiki from IQ.wiki by query

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 5 tools

Disambiguation4/5

Most tools are distinct: search, get by ID, and user-specific queries. However, GET_USER_WIKI_ACTIVITIES overlaps with GET_USER_CREATED_WIKIS and GET_USER_EDITED_WIKIS, potentially causing confusion.

Naming Consistency5/5

All tool names follow a consistent pattern: uppercase snake_case with GET_ prefix (e.g., GET_USER_CREATED_WIKIS). No mixing of conventions.

Tool Count5/5

5 tools is appropriate for a focused wik.iq MCP server, covering essential read operations without being excessive.

Completeness4/5

The set covers basic read operations (search, get by ID, user wikis) but lacks write capabilities (create, update, delete) and a list-all function. Minor gaps for a read-only server.

Maintenance

ActivityInactive
ResponsivenessNo issues