agenttools
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_keystring
API key for authentication
idstringrequired
Resource ID (tsk_..., wh_..., inbox_..., art_..., or msg_...)
claim_tokenstringrequired
Claim token (clm_...) returned when the resource was created

Example call

tools/call params
{
  "name": "claim",
  "arguments": {
    "api_key": "agt_…",
    "id": "<id>",
    "claim_token": "<claim_token>"
  }
}