claim_contribution_status
ActiveTool of OpenAkashic
Return the current contribution state for kind='claim' notes. Formerly known as `check_contribution_status`. If you see tool-not-found errors, use this name instead. Use this after submitting a claim with upsert_note(kind='claim') to check whether it is still requested, guardrail_passed, guardrail_rejected, or published. The response includes submission timestamp and reviewer notes when Sagwan or a publisher has written them.
Parameters schema
{
"type": "object",
"title": "claim_contribution_statusArguments",
"properties": {
"path": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Path",
"default": null,
"description": "Exact claim note path returned by upsert_note. Preferred when available."
},
"limit": {
"type": "integer",
"title": "Limit",
"default": 5,
"description": "Max claim matches to return for query lookup. Default 5, max 20."
},
"query": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Query",
"default": null,
"description": "Search query to find a submitted claim when you no longer have the path."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
OpenAkashic
https://github.com/szara7678/OpenAkashic
2/7 registries