Skip to main content
Glama

Open Search MCP

by flyanima
MIT License
1
  • Apple
  • Linux

test_jsonplaceholder

Validate JSON data by testing JSONPlaceholder API endpoints, such as posts, users, and comments, to ensure accurate and reliable data retrieval for research or development purposes.

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