You're viewing a demo portfolio

Join the waitlist
PRSM

json_pointer_extract

Active

Tool of WingmanProtocol Agent Gateway

declared in 1.5.1

JSON Pointer (RFC 6901) Extractor — Resolve an RFC 6901 JSON Pointer against a JSON document and return the referenced value.

Parameters schema

{
  "type": "object",
  "required": [
    "document",
    "pointer"
  ],
  "properties": {
    "pointer": {
      "type": "string",
      "description": "RFC 6901 JSON Pointer string (e.g. '/foo/0'; '' means the whole document)"
    },
    "document": {
      "type": [
        "object",
        "array",
        "string",
        "number",
        "boolean",
        "null"
      ],
      "description": "JSON document to resolve the pointer against"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

WingmanProtocol Agent Gateway

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

1/7 registries
View full server →