M
MemeStack
/tag_autocomplete
tag autocomplete
Suggest tag slugs matching a prefix. Use this to verify a tag exists before filtering by it, or to discover related tags. Prefix must be ≥ 2 characters.
liveverifiedunknown~5s typical
mcpprobedmemestack
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-memestack-mcp /tag_autocomplete for me.
Input
| Field | Type | Description |
|---|---|---|
| prefix* | string | Tag prefix to autocomplete (≥ 2 characters), e.g. "bit" → "bitcoin". |
| limit | number | Max suggestions (1-50, default 10) |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-ai-memestack-mcp","endpoint":"/tag_autocomplete","input":{"prefix":"..."}}'cli
npx cracked-ai run -p mcp-ai-memestack-mcp -e /tag_autocomplete -i '{"prefix":"..."}'mcp
run_tool({ provider: "mcp-ai-memestack-mcp", endpoint: "/tag_autocomplete", input: {"prefix":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.