We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/xlzuvekas/figma-copilot'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
ENHANCED_TEXT_OPERATIONS.md•695 B
# Enhanced Text Operations Guide
## Purpose
Perform text replacement or updates without losing formatting. Useful for large documents containing mixed styles and fonts.
## Recommended Tools
- `update_text_preserve_formatting` - Replace text while keeping existing styles
- `smart_text_replace` - Find and replace with formatting preservation
- `set_multiple_text_contents_with_styles` - Batch update text and styles together
## Examples
- Use `smart_text_replace` to swap labels while keeping bold and color settings
- Apply `set_multiple_text_contents_with_styles` to update many headings in one request
These APIs help maintain brand styling and avoid manual corrections after updates.