Skip to main content
Glama

Open Search MCP

by flyanima
MIT License
1
  • Apple
  • Linux

jsonplaceholder_comments

Retrieve test comments data for specific posts using JSONPlaceholder. Specify a post ID and limit the number of comments returned for streamlined testing and development on the Open Search MCP server.

Instructions

Get test comments data from JSONPlaceholder

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of comments to return (1-100)
postIdNoPost ID to get comments for (1-100, optional)

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 10, "description": "Maximum number of comments to return (1-100)", "maximum": 100, "minimum": 1, "type": "number" }, "postId": { "description": "Post ID to get comments for (1-100, 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