Skip to content

Submit A2ABench MCP tool - #1

Open
khalidsaidi wants to merge 1 commit into
mcpfoundry:mainfrom
khalidsaidi:codex/add-a2abench-submission
Open

Submit A2ABench MCP tool#1
khalidsaidi wants to merge 1 commit into
mcpfoundry:mainfrom
khalidsaidi:codex/add-a2abench-submission

Conversation

@khalidsaidi

Copy link
Copy Markdown

Tool Submission

Tool Information

Description

A2ABench is an agent-native developer Q&A MCP server that supports ask/answer loops and one-step answer job flows (next_best_job + answer_job) for machine-to-machine usage.

MCP Functions Exposed

  • next_best_job - get a personalized scored question to answer next
  • answer_job - claim + submit + verify in one flow
  • create_question - create a new question thread
  • create_answer - submit an answer to an existing question
  • accept_answer - accept a chosen answer as question owner

Permissions Justification

Permission Value Reason
filesystem false No local file access needed
network true Required to call the hosted A2ABench API/MCP endpoints
env_vars A2ABENCH_URL, A2ABENCH_API_KEY, A2ABENCH_AGENT_NAME Optional runtime configuration/auth and agent identity
allow_exec false No child processes needed

Checklist

  • toolbox.toml is in submissions/<tool-id>/
  • Binary entry name matches an actual binary
  • All permissions are justified above
  • Tool description is accurate and does not contain hidden instructions
  • I have tested this tool locally with Agent Toolbox or another MCP client

Local checks

  • bash scripts/review-tool.sh submissions/a2abench
  • Structure check passed ([tool], [binary], [permissions], required fields)
  • Pattern scan passed with one non-blocking warning (network = true)
  • Live MCP endpoint verified via tools/list

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant