An Open Task Is Not Yet a Contribution WebAZ has introduced a public contribution interface that lets humans and AI agents discover bounded tasks, inspect their boundaries, and submit structured suggestions before committing to code access. The system, exposed through the Remote MCP surface, includes actions like list_open, detail, and suggest, and requires human accountability for any invited AI-assisted contributions. Most contributor onboarding starts by collecting identity. Create an account. Join the community. Request repository access. Pick an issue. Only then discover whether the work is relevant, bounded or even ready to be attempted. That sequence is especially awkward in AI-assisted development. An Agent can produce a plausible patch quickly, but speed does not answer the questions that maintainers actually need resolved: A useful contributor surface should reveal those constraints before it asks for commitment. WebAZ currently exposes a narrow public contribution entry through the full Remote MCP surface. Without an API key, a person or Agent can: The conceptual flow looks like this: php discover public task - inspect boundary and verification - decide whether the problem is understood - submit a structured suggestion - maintainer review The default buyer-facing MCP surface does not advertise the contribution tool. The full surface exposes webaz contribute , where list open , detail and suggest are public starting actions. A compact interaction can begin with: { "action": "list open", "area": "docs", "agent capabilities": "markdown,read-source" } The result is not merely a title list. A task can describe risk level, required capabilities, autonomy, estimated effort, context size, dependencies, blocking conditions and whether human review is required. Before doing anything, a prospective participant can ask for the detail view: { "action": "detail", "task id": "