Skip to main content
Glama

Anki MCP

by arielbk

find_and_replace_in_models

Search and replace text within Anki card templates and CSS for a specified model. Modify front and back templates or CSS styling efficiently.

Input Schema

NameRequiredDescriptionDefault
backYesWhether to search in back templates
cssYesWhether to search in CSS
fieldTextYesText to find
frontYesWhether to search in front templates
modelNameYesName of the model to search in
replaceTextYesText to replace with

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "back": { "description": "Whether to search in back templates", "type": "boolean" }, "css": { "description": "Whether to search in CSS", "type": "boolean" }, "fieldText": { "description": "Text to find", "type": "string" }, "front": { "description": "Whether to search in front templates", "type": "boolean" }, "modelName": { "description": "Name of the model to search in", "type": "string" }, "replaceText": { "description": "Text to replace with", "type": "string" } }, "required": [ "modelName", "fieldText", "replaceText", "front", "back", "css" ], "type": "object" }
Install Server

Other Tools from Anki MCP

Related Tools

    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/arielbk/anki-mcp'

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