We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mtib/flash-cards-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
copilot-instructions.md•625 B
# FlashCardsMCP Copilot Instructions
- This is a FastMCP (Model Context Protocol) server for flash card projects, using OpenAI embeddings and SQLite.
- All project and card data is stored in SQLite, with semantic search via OpenAI embeddings.
- All API/tool functions return dicts with a 'type' field: 'project' or 'card'.
- Never return binary embedding data in API responses.
- Project and card creation tools return the full object, not just the id.
- Use the following tool signatures and behaviors:
- All tools should raise ValueError for not found or empty results.
- See README.md for user-facing features and usage.