You're viewing a demo portfolio

Join the waitlist
PRSM

ic_prints_cancel

Active

Tool of Immersive Commons

declared in 1.31.0

Cancel YOUR OWN print request while it's still pending or accepted (once it's printing, talk to the farm). Args: { request_id, note? }. Returns: { ok, request }. Required scope: prints:submit (ft-member+; submitter only).

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "request_id"
  ],
  "properties": {
    "note": {
      "type": "string",
      "maxLength": 2000,
      "description": "Why you're canceling (helps the farm)."
    },
    "request_id": {
      "type": "string",
      "maxLength": 64,
      "minLength": 1,
      "description": "The request id (pj_...) to cancel."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Immersive Commons

https://github.com/immersive-commons/ic-skills

1/7 registries
View full server →