-
Notifications
You must be signed in to change notification settings - Fork 25
Description
Error: MCP tool "getSpecialEffects" response (71592 tokens) exceeds maximum allowed tokens (25000). Please
use pagination, filtering, or limit parameters to reduce the response size.
constant errors, no matter what tool is called. attempts to pagenate also doesn't work
⏺ You're absolutely right! I need to use pagination or filtering to reduce the response size. Let me check the
MagicUI MCP tool parameters to see what filtering options are available:
⎿ Error: MCP tool "getSpecialEffects" response (71592 tokens) exceeds maximum allowed tokens (25000). Please
use pagination, filtering, or limit parameters to reduce the response size.
⏺ Let me look at the available parameters for the MagicUI MCP tools. Since the error mentions using
pagination, filtering, or limit parameters, let me try to see what parameters are available by looking at
the tool definitions. Unfortunately, I can't see the exact parameters from the error message, but let me try
using what might be common parameter names:
⏺ @magicuidesign/mcp - getSpecialEffects (MCP)(limit: "5")
⎿ Error: MCP tool "getSpecialEffects" response (71592 tokens) exceeds maximum allowed tokens (25000). Please
use pagination, filtering, or limit parameters to reduce the response size.
⏺ Let me try a different approach with a component filter:
⏺ @magicuidesign/mcp - getSpecialEffects (MCP)(component: "magic-card")
⎿ Error: MCP tool "getSpecialEffects" response (71592 tokens) exceeds maximum allowed tokens (25000). Please
use pagination, filtering, or limit parameters to reduce the response size.
⏺ Let me try with pagination parameters:
⏺ @magicuidesign/mcp - getSpecialEffects (MCP)(page: "1", pageSize: "3")
⎿ Error: MCP tool "getSpecialEffects" response (71592 tokens) exceeds maximum allowed tokens (25000). Please
use pagination, filtering, or limit parameters to reduce the response size.
⏺ @magicuidesign/mcp - getSpecialEffects (MCP)(offset: "0", limit: "2")
⎿ Error: MCP tool "getSpecialEffects" response (71592 tokens) exceeds maximum allowed tokens (25000). Please
use pagination, filtering, or limit parameters to reduce the response size.