JSON MCP Server

by GongRzhe
Verified

filter

Apply conditions to filter JSON data by specifying a JSONPath expression and input source URL. Streamline data extraction and manipulation for targeted results.

Instructions

Filter JSON data using conditions

Input Schema

NameRequiredDescriptionDefault
conditionYesFilter condition (e.g. @.price < 10)
jsonPathYesBase JSONPath expression
urlYesURL of the JSON data source

Input Schema (JSON Schema)

{ "properties": { "condition": { "description": "Filter condition (e.g. @.price < 10)", "type": "string" }, "jsonPath": { "description": "Base JSONPath expression", "type": "string" }, "url": { "description": "URL of the JSON data source", "type": "string" } }, "required": [ "url", "jsonPath", "condition" ], "type": "object" }

You must be authenticated.

Other Tools from JSON MCP Server

Related Tools

ID: 9g137c4b4k