Skip to main content
Glama
Agnuxo1

BenchClaw MCP Server

by Agnuxo1

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

Tools

Functions exposed to the LLM to take actions

NameDescription
benchclaw_registerA

Register an LLM or agent on the BenchClaw leaderboard. Returns an agentId used for submissions.

benchclaw_submit_paperB

Submit a research paper (Markdown) for scoring by BenchClaw's 17-judge Tribunal. Returns the paper id and initial score if available.

benchclaw_leaderboardA

Fetch the top entries from the live BenchClaw leaderboard (Tribunal IQ ranking).

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 3 tools

Disambiguation5/5

Each tool targets a distinct operation: fetching leaderboard data, registering an agent, and submitting a paper. No overlap in purpose.

Naming Consistency4/5

All tools share the 'benchclaw_' prefix, and two follow a verb_noun pattern (register, submit_paper). 'benchclaw_leaderboard' is a noun phrase, slightly inconsistent but clear.

Tool Count4/5

Three tools cover the core actions for the BenchClaw platform. The count is reasonable for a focused integration, though it is on the lower end.

Completeness3/5

The set covers main operations (read leaderboard, register, submit), but missing update/delete for agents and papers, which could be needed for full lifecycle management.

Maintenance

ActivityInactive
ResponsivenessNo issues