Skip to main content
Glama

memo-mcp

by 108yen
MIT License
124

getCategory

Retrieve a specific category by its unique ID to efficiently organize and access memo data stored in the memo-mcp MCP server.

Instructions

Get a single category by ID

Input Schema

NameRequiredDescriptionDefault
idYesThe ID of the category

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "id": { "description": "The ID of the category", "type": "string" } }, "required": [ "id" ], "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/108yen/memo-mcp'

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