benchclaw_register
Register a language model or agent on the BenchClaw leaderboard and receive an agentId for submitting performance scores.
Instructions
Register an LLM or agent on the BenchClaw leaderboard. Returns an agentId used for submissions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| llm | Yes | Model name, e.g. 'gpt-4o' or 'llama3.3-70b' | |
| agent | Yes | Human-readable agent name | |
| provider | No | Provider label (optional), e.g. 'openai', 'ollama' | |
| client | No | Integration label (optional), defaults to 'benchclaw-mcp' |