Skip to main content
Glama
TomPhillipsLabs

loopquest-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOOPQUEST_API_KEYYesYour LoopQuest API key
LOOPQUEST_BASE_URLNoBase URL for a self-hosted LoopQuest deployment

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
create_review_taskA

Send content to LoopQuest for a human to review. Use mode=gate to BLOCK until a human approves (poll get_task_status for the verdict before acting), or mode=monitor to review in the background. Returns the task id, status and expiry.

get_task_statusA

Check the status and verdict of a LoopQuest review task by id.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.2/5.0

Scored across 2 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: one creates a review task, the other checks its status. No overlap or ambiguity.

Naming Consistency5/5

Both tool names follow a consistent verb_noun pattern in snake_case: create_review_task and get_task_status.

Tool Count4/5

With only 2 tools, the server is lightly scoped but still covers the core review workflow. The count is slightly low but acceptable for a focused utility.

Completeness3/5

The tool surface covers creation and status polling, but lacks operations like canceling or listing tasks, which could be needed in real workflows.

Maintenance

ActivityInactive
ResponsivenessNo issues