json_pointer_extract
ActiveTool 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
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
WingmanProtocol Agent Gateway
https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway
1/7 registries