[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-letta-using-cloud-mcp":3,"mdc--ow4jmz-key":41,"related-org-letta-using-cloud-mcp":367,"related-repo-letta-using-cloud-mcp":522},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":23,"repoUrl":24,"updatedAt":25,"license":26,"forks":27,"topics":28,"repo":36,"sourceUrl":39,"mdContent":40},"using-cloud-mcp","run tools on Letta Cloud MCP servers","Uses MCP servers connected to the current Letta Cloud agent (cloud MCP). Load when the user asks to use a connected MCP server, list the agent's MCP servers or MCP tools, run an MCP tool connected in ADE\u002Fchat, or mentions cloud MCP, server-side MCP, agent MCP, or `letta cloud-mcp`.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},"letta","Letta","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fletta.png","letta-ai",[13,17,20],{"name":14,"slug":15,"type":16},"Automation","automation","tag",{"name":18,"slug":19,"type":16},"MCP","mcp",{"name":21,"slug":22,"type":16},"Agents","agents",2831,"https:\u002F\u002Fgithub.com\u002Fletta-ai\u002Fletta-code","2026-08-27T13:33:07.98112",null,329,[29,30,31,32,33,8,34,35],"agent-memory","ai","claude","codex","continual-learning","memgpt","stateful-agents",{"repoUrl":24,"stars":23,"forks":27,"topics":37,"description":38},[29,30,31,32,33,8,34,35],"Stateful agents that are like people, with memory, identity, and the ability to learn and adapt","https:\u002F\u002Fgithub.com\u002Fletta-ai\u002Fletta-code\u002Ftree\u002FHEAD\u002Fsrc\u002Fskills\u002Fbuiltin\u002Fusing-cloud-mcp","---\nname: using-cloud-mcp\ndescription: Uses MCP servers connected to the current Letta Cloud agent (cloud MCP). Load when the user asks to use a connected MCP server, list the agent's MCP servers or MCP tools, run an MCP tool connected in ADE\u002Fchat, or mentions cloud MCP, server-side MCP, agent MCP, or `letta cloud-mcp`.\n---\n\n# Using Cloud MCP\n\nLetta Cloud stores MCP server connections per agent. The `letta cloud-mcp` CLI lists and runs those servers' tools through the Letta API, so it works from any surface where the agent runs: cloud sandboxes (chat.letta.com), Letta Desktop, and terminals.\n\n## Workflow\n\n1. List MCP servers connected to this agent:\n\n```bash\nletta cloud-mcp list\n```\n\n2. Pick the relevant `id` from the JSON output, then list its tools:\n\n```bash\nletta cloud-mcp tools \u003Cmcp-server-id>\n```\n\n3. Pick a tool `id`, inspect its name and description, and run it with a JSON object:\n\n```bash\nletta cloud-mcp run \u003Cmcp-server-id> \u003Ctool-id> --args '{\"key\":\"value\"}'\n```\n\n## Rules\n\n- Do not ask for an agent ID unless the user wants another agent. The CLI reads `LETTA_AGENT_ID`\u002F`AGENT_ID` from the environment.\n- Treat command output as JSON. Summarize relevant results instead of pasting large raw payloads.\n- If `list` is empty, ask the user to connect an MCP server to the agent on the MCP servers page.\n- If `tools` is empty for a connected server, the server's tools were never synced. Ask the user to resync the server from the MCP servers page; the CLI has no refresh action.\n- If a connected server has type `stdio`, its tools cannot run on hosted Letta Cloud. Tell the user instead of retrying.\n- This requires a signed-in Letta Cloud agent. MCP servers configured locally in the terminal (`\u002Fmcp`) are unrelated to this CLI.\n",{"data":42,"body":43},{"name":4,"description":6},{"type":44,"children":45},"root",[46,54,69,76,86,119,136,181,197,274,280,361],{"type":47,"tag":48,"props":49,"children":50},"element","h1",{"id":4},[51],{"type":52,"value":53},"text","Using Cloud MCP",{"type":47,"tag":55,"props":56,"children":57},"p",{},[58,60,67],{"type":52,"value":59},"Letta Cloud stores MCP server connections per agent. The ",{"type":47,"tag":61,"props":62,"children":64},"code",{"className":63},[],[65],{"type":52,"value":66},"letta cloud-mcp",{"type":52,"value":68}," CLI lists and runs those servers' tools through the Letta API, so it works from any surface where the agent runs: cloud sandboxes (chat.letta.com), Letta Desktop, and terminals.",{"type":47,"tag":70,"props":71,"children":73},"h2",{"id":72},"workflow",[74],{"type":52,"value":75},"Workflow",{"type":47,"tag":77,"props":78,"children":79},"ol",{},[80],{"type":47,"tag":81,"props":82,"children":83},"li",{},[84],{"type":52,"value":85},"List MCP servers connected to this agent:",{"type":47,"tag":87,"props":88,"children":93},"pre",{"className":89,"code":90,"language":91,"meta":92,"style":92},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","letta cloud-mcp list\n","bash","",[94],{"type":47,"tag":61,"props":95,"children":96},{"__ignoreMap":92},[97],{"type":47,"tag":98,"props":99,"children":102},"span",{"class":100,"line":101},"line",1,[103,108,114],{"type":47,"tag":98,"props":104,"children":106},{"style":105},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[107],{"type":52,"value":8},{"type":47,"tag":98,"props":109,"children":111},{"style":110},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[112],{"type":52,"value":113}," cloud-mcp",{"type":47,"tag":98,"props":115,"children":116},{"style":110},[117],{"type":52,"value":118}," list\n",{"type":47,"tag":77,"props":120,"children":122},{"start":121},2,[123],{"type":47,"tag":81,"props":124,"children":125},{},[126,128,134],{"type":52,"value":127},"Pick the relevant ",{"type":47,"tag":61,"props":129,"children":131},{"className":130},[],[132],{"type":52,"value":133},"id",{"type":52,"value":135}," from the JSON output, then list its tools:",{"type":47,"tag":87,"props":137,"children":139},{"className":89,"code":138,"language":91,"meta":92,"style":92},"letta cloud-mcp tools \u003Cmcp-server-id>\n",[140],{"type":47,"tag":61,"props":141,"children":142},{"__ignoreMap":92},[143],{"type":47,"tag":98,"props":144,"children":145},{"class":100,"line":101},[146,150,154,159,165,170,176],{"type":47,"tag":98,"props":147,"children":148},{"style":105},[149],{"type":52,"value":8},{"type":47,"tag":98,"props":151,"children":152},{"style":110},[153],{"type":52,"value":113},{"type":47,"tag":98,"props":155,"children":156},{"style":110},[157],{"type":52,"value":158}," tools",{"type":47,"tag":98,"props":160,"children":162},{"style":161},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[163],{"type":52,"value":164}," \u003C",{"type":47,"tag":98,"props":166,"children":167},{"style":110},[168],{"type":52,"value":169},"mcp-server-i",{"type":47,"tag":98,"props":171,"children":173},{"style":172},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[174],{"type":52,"value":175},"d",{"type":47,"tag":98,"props":177,"children":178},{"style":161},[179],{"type":52,"value":180},">\n",{"type":47,"tag":77,"props":182,"children":184},{"start":183},3,[185],{"type":47,"tag":81,"props":186,"children":187},{},[188,190,195],{"type":52,"value":189},"Pick a tool ",{"type":47,"tag":61,"props":191,"children":193},{"className":192},[],[194],{"type":52,"value":133},{"type":52,"value":196},", inspect its name and description, and run it with a JSON object:",{"type":47,"tag":87,"props":198,"children":200},{"className":89,"code":199,"language":91,"meta":92,"style":92},"letta cloud-mcp run \u003Cmcp-server-id> \u003Ctool-id> --args '{\"key\":\"value\"}'\n",[201],{"type":47,"tag":61,"props":202,"children":203},{"__ignoreMap":92},[204],{"type":47,"tag":98,"props":205,"children":206},{"class":100,"line":101},[207,211,215,220,224,228,232,237,241,246,250,254,259,264,269],{"type":47,"tag":98,"props":208,"children":209},{"style":105},[210],{"type":52,"value":8},{"type":47,"tag":98,"props":212,"children":213},{"style":110},[214],{"type":52,"value":113},{"type":47,"tag":98,"props":216,"children":217},{"style":110},[218],{"type":52,"value":219}," run",{"type":47,"tag":98,"props":221,"children":222},{"style":161},[223],{"type":52,"value":164},{"type":47,"tag":98,"props":225,"children":226},{"style":110},[227],{"type":52,"value":169},{"type":47,"tag":98,"props":229,"children":230},{"style":172},[231],{"type":52,"value":175},{"type":47,"tag":98,"props":233,"children":234},{"style":161},[235],{"type":52,"value":236},">",{"type":47,"tag":98,"props":238,"children":239},{"style":161},[240],{"type":52,"value":164},{"type":47,"tag":98,"props":242,"children":243},{"style":110},[244],{"type":52,"value":245},"tool-i",{"type":47,"tag":98,"props":247,"children":248},{"style":172},[249],{"type":52,"value":175},{"type":47,"tag":98,"props":251,"children":252},{"style":161},[253],{"type":52,"value":236},{"type":47,"tag":98,"props":255,"children":256},{"style":110},[257],{"type":52,"value":258}," --args",{"type":47,"tag":98,"props":260,"children":261},{"style":161},[262],{"type":52,"value":263}," '",{"type":47,"tag":98,"props":265,"children":266},{"style":110},[267],{"type":52,"value":268},"{\"key\":\"value\"}",{"type":47,"tag":98,"props":270,"children":271},{"style":161},[272],{"type":52,"value":273},"'\n",{"type":47,"tag":70,"props":275,"children":277},{"id":276},"rules",[278],{"type":52,"value":279},"Rules",{"type":47,"tag":281,"props":282,"children":283},"ul",{},[284,305,310,323,335,348],{"type":47,"tag":81,"props":285,"children":286},{},[287,289,295,297,303],{"type":52,"value":288},"Do not ask for an agent ID unless the user wants another agent. The CLI reads ",{"type":47,"tag":61,"props":290,"children":292},{"className":291},[],[293],{"type":52,"value":294},"LETTA_AGENT_ID",{"type":52,"value":296},"\u002F",{"type":47,"tag":61,"props":298,"children":300},{"className":299},[],[301],{"type":52,"value":302},"AGENT_ID",{"type":52,"value":304}," from the environment.",{"type":47,"tag":81,"props":306,"children":307},{},[308],{"type":52,"value":309},"Treat command output as JSON. Summarize relevant results instead of pasting large raw payloads.",{"type":47,"tag":81,"props":311,"children":312},{},[313,315,321],{"type":52,"value":314},"If ",{"type":47,"tag":61,"props":316,"children":318},{"className":317},[],[319],{"type":52,"value":320},"list",{"type":52,"value":322}," is empty, ask the user to connect an MCP server to the agent on the MCP servers page.",{"type":47,"tag":81,"props":324,"children":325},{},[326,327,333],{"type":52,"value":314},{"type":47,"tag":61,"props":328,"children":330},{"className":329},[],[331],{"type":52,"value":332},"tools",{"type":52,"value":334}," is empty for a connected server, the server's tools were never synced. Ask the user to resync the server from the MCP servers page; the CLI has no refresh action.",{"type":47,"tag":81,"props":336,"children":337},{},[338,340,346],{"type":52,"value":339},"If a connected server has type ",{"type":47,"tag":61,"props":341,"children":343},{"className":342},[],[344],{"type":52,"value":345},"stdio",{"type":52,"value":347},", its tools cannot run on hosted Letta Cloud. Tell the user instead of retrying.",{"type":47,"tag":81,"props":349,"children":350},{},[351,353,359],{"type":52,"value":352},"This requires a signed-in Letta Cloud agent. MCP servers configured locally in the terminal (",{"type":47,"tag":61,"props":354,"children":356},{"className":355},[],[357],{"type":52,"value":358},"\u002Fmcp",{"type":52,"value":360},") are unrelated to this CLI.",{"type":47,"tag":362,"props":363,"children":364},"style",{},[365],{"type":52,"value":366},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":368,"total":521},[369,381,396,406,418,432,444,455,467,483,494,506],{"slug":370,"name":370,"fn":371,"description":372,"org":373,"tags":374,"stars":23,"repoUrl":24,"updatedAt":380},"acquiring-skills","discover and install agent skills","Discover and install skills from Hermes, ClawHub, GitHub, and other registries. Load this skill whenever a user asks for a capability you don't already have — image generation, social media, email, calendar, finance, DevOps, search, browser automation, etc.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[375,376,377],{"name":21,"slug":22,"type":16},{"name":14,"slug":15,"type":16},{"name":378,"slug":379,"type":16},"GitHub","github","2026-07-13T06:22:58.45767",{"slug":382,"name":383,"fn":384,"description":385,"org":386,"tags":387,"stars":23,"repoUrl":24,"updatedAt":395},"context-doctor","Context Doctor","repair system prompt and memory degradation","Identify and repair degradation in system prompt, external memory, and skills preventing you from following instructions or remembering information as well as you should.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[388,389,392],{"name":21,"slug":22,"type":16},{"name":390,"slug":391,"type":16},"AI Context","ai-context",{"name":393,"slug":394,"type":16},"Debugging","debugging","2026-07-13T06:22:50.151002",{"slug":397,"name":397,"fn":398,"description":399,"org":400,"tags":401,"stars":23,"repoUrl":24,"updatedAt":405},"converting-mcps-to-skills","connect MCP servers to create skills","Connect to MCP (Model Context Protocol) servers and create skills for repeated use. Load when a user wants to use an MCP server, connect to external tools via MCP, or when they mention MCP, model context protocol, or specific MCP servers.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[402,403,404],{"name":21,"slug":22,"type":16},{"name":14,"slug":15,"type":16},{"name":18,"slug":19,"type":16},"2026-07-13T06:23:37.646079",{"slug":407,"name":407,"fn":408,"description":409,"org":410,"tags":411,"stars":23,"repoUrl":24,"updatedAt":417},"creating-mods","create and edit Letta Code mods","Creates and edits trusted local Letta Code mods, including tools, slash commands, local-only model providers, lifecycle\u002Fturn events, scoped conversation helpers, panels, and capability-gated behavior. Use when asked to make a mod, add an agent-callable tool, add a slash command, add a local provider\u002Fmodel adapter, transform turns, react to app events, or add lightweight mod UI outside the dedicated \u002Fstatusline flow.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[412,413,414],{"name":21,"slug":22,"type":16},{"name":14,"slug":15,"type":16},{"name":415,"slug":416,"type":16},"Coding","coding","2026-07-23T05:42:38.133565",{"slug":419,"name":419,"fn":420,"description":421,"org":422,"tags":423,"stars":23,"repoUrl":24,"updatedAt":431},"creating-skills","create and update agent skills","Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Letta Code's capabilities with specialized knowledge, workflows, or tool integrations.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[424,425,428],{"name":21,"slug":22,"type":16},{"name":426,"slug":427,"type":16},"Documentation","documentation",{"name":429,"slug":430,"type":16},"Plugin Development","plugin-development","2026-07-13T06:22:56.998659",{"slug":433,"name":433,"fn":434,"description":435,"org":436,"tags":437,"stars":23,"repoUrl":24,"updatedAt":443},"customizing-commands","create and manage Letta slash commands","Creates, edits, and enables Letta Code mod-provided slash commands. Use when the user asks to add a custom \u002Fcommand, slash command, command shortcut, scoped conversation-backed command, or command-driven panel behavior.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[438,439,440],{"name":21,"slug":22,"type":16},{"name":14,"slug":15,"type":16},{"name":441,"slug":442,"type":16},"CLI","cli","2026-08-21T03:33:04.239247",{"slug":445,"name":445,"fn":446,"description":447,"org":448,"tags":449,"stars":23,"repoUrl":24,"updatedAt":454},"customizing-statusline","customize Letta Code statusline mods","Creates, edits, and migrates Letta Code statusline mods. Use when handling the \u002Fstatusline command or continuing work started by \u002Fstatusline.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[450,451],{"name":441,"slug":442,"type":16},{"name":452,"slug":453,"type":16},"Engineering","engineering","2026-07-13T06:23:27.465985",{"slug":456,"name":456,"fn":457,"description":458,"org":459,"tags":460,"stars":23,"repoUrl":24,"updatedAt":466},"dispatching-coding-agents","dispatch stateless coding agents","Dispatch stateless coding agents (Claude Code or Codex) via Bash. Use when you're stuck, need a second opinion, or need parallel research on a hard problem. They have no memory — you must provide all context.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[461,462,463],{"name":21,"slug":22,"type":16},{"name":415,"slug":416,"type":16},{"name":464,"slug":465,"type":16},"Multi-Agent","multi-agent","2026-07-26T05:46:56.388845",{"slug":468,"name":468,"fn":469,"description":470,"org":471,"tags":472,"stars":23,"repoUrl":24,"updatedAt":482},"editing-letta-code-desktop-preferences","edit Letta Code Desktop preferences","Edits Letta Code Desktop (LCD) preferences by safely reading and updating ~\u002F.letta\u002Fdesktop_preferences.json. Use only when the user asks to change current Desktop\u002FLCD settings such as theme, default working directory, remote access preference, or remote environment name via the preferences JSON.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[473,476,479],{"name":474,"slug":475,"type":16},"Configuration","configuration",{"name":477,"slug":478,"type":16},"Desktop","desktop",{"name":480,"slug":481,"type":16},"Themes","themes","2026-08-27T13:07:27.258249",{"slug":484,"name":484,"fn":485,"description":486,"org":487,"tags":488,"stars":23,"repoUrl":24,"updatedAt":493},"finding-agents","locate and manage agents on server","Find other agents on the same server. Use when the user asks about other agents, wants to migrate memory from another agent, or needs to find an agent by name or tags.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[489,490],{"name":21,"slug":22,"type":16},{"name":491,"slug":492,"type":16},"Management","management","2026-08-27T13:07:30.0821",{"slug":495,"name":495,"fn":496,"description":497,"org":498,"tags":499,"stars":23,"repoUrl":24,"updatedAt":505},"generating-mod-envs","generate Letta mod learning environments","Generates and reviews mod learning env JSON files for Letta Code local mods. Use when asked to teach, learn, or optimize a mod behavior; create, draft, validate, improve, or explain envs for `\u002Fmods learn --env`; or design evaluation scenarios, memory fixtures, requiredResultMarkers, requiredTraceMarkers, negative controls, and candidate diversity hints.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[500,501,504],{"name":21,"slug":22,"type":16},{"name":502,"slug":503,"type":16},"AI Infrastructure","ai-infrastructure",{"name":474,"slug":475,"type":16},"2026-07-13T06:23:08.838181",{"slug":507,"name":507,"fn":508,"description":509,"org":510,"tags":511,"stars":23,"repoUrl":24,"updatedAt":520},"image-generation","generate images from text prompts","Generate images from text prompts (and optionally edit\u002Fremix input images). Use when the user asks to create, generate, draw, render, or edit an image, illustration, logo, icon, diagram, or photo.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[512,515,518],{"name":513,"slug":514,"type":16},"Creative","creative",{"name":516,"slug":517,"type":16},"Graphics","graphics",{"name":519,"slug":507,"type":16},"Image Generation","2026-07-13T06:23:06.189403",71,{"items":523,"total":565},[524,530,536,542,548,554,560],{"slug":370,"name":370,"fn":371,"description":372,"org":525,"tags":526,"stars":23,"repoUrl":24,"updatedAt":380},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[527,528,529],{"name":21,"slug":22,"type":16},{"name":14,"slug":15,"type":16},{"name":378,"slug":379,"type":16},{"slug":382,"name":383,"fn":384,"description":385,"org":531,"tags":532,"stars":23,"repoUrl":24,"updatedAt":395},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[533,534,535],{"name":21,"slug":22,"type":16},{"name":390,"slug":391,"type":16},{"name":393,"slug":394,"type":16},{"slug":397,"name":397,"fn":398,"description":399,"org":537,"tags":538,"stars":23,"repoUrl":24,"updatedAt":405},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[539,540,541],{"name":21,"slug":22,"type":16},{"name":14,"slug":15,"type":16},{"name":18,"slug":19,"type":16},{"slug":407,"name":407,"fn":408,"description":409,"org":543,"tags":544,"stars":23,"repoUrl":24,"updatedAt":417},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[545,546,547],{"name":21,"slug":22,"type":16},{"name":14,"slug":15,"type":16},{"name":415,"slug":416,"type":16},{"slug":419,"name":419,"fn":420,"description":421,"org":549,"tags":550,"stars":23,"repoUrl":24,"updatedAt":431},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[551,552,553],{"name":21,"slug":22,"type":16},{"name":426,"slug":427,"type":16},{"name":429,"slug":430,"type":16},{"slug":433,"name":433,"fn":434,"description":435,"org":555,"tags":556,"stars":23,"repoUrl":24,"updatedAt":443},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[557,558,559],{"name":21,"slug":22,"type":16},{"name":14,"slug":15,"type":16},{"name":441,"slug":442,"type":16},{"slug":445,"name":445,"fn":446,"description":447,"org":561,"tags":562,"stars":23,"repoUrl":24,"updatedAt":454},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[563,564],{"name":441,"slug":442,"type":16},{"name":452,"slug":453,"type":16},21]