Skip to main content
Glama

JSON MCP Server

MIT License
116
24
  • Apple
  • Linux

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" }
Install Server

Other Tools from JSON MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/GongRzhe/JSON-MCP-Server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server