MCP Tool
claim
Claim a publicly-created resource (task, webhook endpoint, inbox, artifact, or scheduled message) for your organization using the claim_token returned when it was created. Requires an API key — register via agent_auth if you don't have one.
Input schema
api_keystringAPI key for authenticationidstringrequiredResource ID (tsk_..., wh_..., inbox_..., art_..., or msg_...)claim_tokenstringrequiredClaim token (clm_...) returned when the resource was createdExample call
tools/call params
{
"name": "claim",
"arguments": {
"api_key": "agt_…",
"id": "<id>",
"claim_token": "<claim_token>"
}
}