Skip to main content
Glama

Open Search MCP

by flyanima
MIT License
1
  • Apple
  • Linux

jsonplaceholder_albums

Retrieve test albums data from JSONPlaceholder using user ID or limit. Ideal for developers needing sample data for testing and development purposes in Open Search MCP.

Instructions

Get test albums data from JSONPlaceholder

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of albums to return (1-100)
userIdNoUser ID to get albums for (1-10, optional)

Input Schema (JSON Schema)

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