Skip to main content
Glama

memo-mcp

by 108yen

searchMemos

Retrieve specific memos by searching with keywords and filtering by date range. Simplify memo management with precise query and date parameters for effective organization.

Instructions

Search memos by keyword and date range

Input Schema

NameRequiredDescriptionDefault
categoryIdNo
endNoEnd date for the search range use ISO 8601 format. ex: 2020-02-01T00:00:00+09:00
queryNo
startNoStart date for the search range use ISO 8601 format. ex: 2020-01-01T00:00:00+09:00

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "categoryId": { "type": "string" }, "end": { "description": "End date for the search range use ISO 8601 format. ex: 2020-02-01T00:00:00+09:00", "format": "date-time", "type": "string" }, "query": { "type": "string" }, "start": { "description": "Start date for the search range use ISO 8601 format. ex: 2020-01-01T00:00:00+09:00", "format": "date-time", "type": "string" } }, "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