Skip to main content
Glama

Open Search MCP

by flyanima
MIT License
1
  • Apple
  • Linux

test_jsonplaceholder

Validate JSON data by testing the JSONPlaceholder API on the Open Search MCP server. Choose specific endpoints like posts, users, or comments to ensure data accuracy and integrity.

Instructions

Test JSONPlaceholder API for JSON data validation

Input Schema

NameRequiredDescriptionDefault
endpointNoJSONPlaceholder endpoint to testposts
idNoSpecific resource ID to fetch (optional)

Input Schema (JSON Schema)

{ "properties": { "endpoint": { "default": "posts", "description": "JSONPlaceholder endpoint to test", "enum": [ "posts", "users", "comments", "albums", "photos", "todos" ], "type": "string" }, "id": { "description": "Specific resource ID to fetch (optional)", "type": "number" } }, "required": [], "type": "object" }

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/flyanima/open-search-mcp'

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