Skip to main content
Glama
joseabantomarin

wquestions-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_axesA

List the 7 WQuestions axes (Q who, O what, L where, T when, N how-much, K which, M how) and what each is for.

list_rolesA

List the canonical roles with their typed signatures. Unknown roles are also allowed (liberal policy) — you may invent domain roles freely.

add_entityC

Create an individual on a value axis (Q, O, L, T, N, or K).

define_verbA

Register a situation type (verb) and which roles it takes. Optional: assert_situation auto-registers unknown verbs permissively.

assert_situationA

Assert a fact: reify a situation for verb and attach its roles. Each role value is an existing entity id or an inline {id, axis, label}. valid_from/valid_to are ISO-8601, for facts that are only valid during a time range.

askC

Query by projection: fix some roles, ask for others. type filters to situations whose type matches the given category id (auto-registered verbs get the id action_<verb>). at (ISO) queries the model as it was valid at that time.

show_modelA

Dump the current universe: entity/fact counts and every fact.

load_exampleB

Load a prebuilt demo universe (e.g. "spa") to try queries instantly.

resetA

Clear the model and start a fresh empty universe.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/joseabantomarin/wquestions-mcp'

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