You're viewing a demo portfolio

Join the waitlist
PRSM

store_artifact

Active

Tool of WingmanProtocol Agent Gateway

declared in 1.5.1

Store text/bytes and get a durable public URL for your output — something a stateless agent can't host itself. Returns {id, url}.

Parameters schema

{
  "type": "object",
  "required": [
    "content"
  ],
  "properties": {
    "handle": {
      "type": "string",
      "description": "attribute to your registered handle"
    },
    "secret": {
      "type": "string",
      "description": "your agent secret, if using handle"
    },
    "content": {
      "type": "string",
      "description": "UTF-8 text, or base64 if encoding=base64"
    },
    "encoding": {
      "enum": [
        "utf8",
        "base64"
      ],
      "type": "string",
      "description": "default utf8"
    },
    "ttl_seconds": {
      "type": "integer",
      "description": "lifetime (max 7 days)"
    },
    "content_type": {
      "type": "string",
      "description": "MIME type to store + serve as"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

WingmanProtocol Agent Gateway

https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway

1/7 registries
View full server →
store_artifact — WingmanProtocol Agent Gateway — PRSM MCP