shipwithmuse

№ 0244Skill

awesome-muse-spark

Unofficial knowledge base and tools for Meta's Muse Spark, starting with a root-cause write-up of Codex tool-calling failures with Muse Spark 1.1.

awesome-muse-spark on github.com
accretional/awesome-muse-sparkREADME ↗
# awesome-muse-spark
Tools and unofficial knowledge base / resources for Meta's Muse Spark LLM

# Codex Tool-Calling, and "missing required field `id`"

First issue I ran into getting Muse Spark 1.1 working with Codex after following their guide at https://dev.meta.ai/docs/guides/coding-agents (seems non-public so not sharing its contents here): **tool-calling for anything besides the server-side tools didn't seem to work.**

<details>
<summary>(click to expand) Error log + root cause per Claude Fable</summary>

**What it looks like in Codex.** The *first* turn works — the model runs a web
search and even executes a shell command — but every turn *after* a search dies
identically, so the session is effectively bricked once it searches once:

```text
$ codex exec "search the web for <query>, then run: echo OK"
OpenAI Codex v0.144.0
--------
model: muse-spark-1.1
provider: meta
--------
warning: Model metadata for `muse-spark-1.1` not found. Defaulting to fallback metadata; this can degrade performance and cause issues.

codex
web search: <query>
exec
  /bin/bash -lc 'echo OK'
  succeeded in 0ms:
  OK

web search: <query>
web search: <query>
ERROR: {"error":{"code":null,"message":"`input[6]` missing required field `id`","param":"input[6]","type":"invalid_request_error"}}
```

**Root cause.** It isn't your tools config — the `web_search` tool is injected
**server-side**, and the failure is in how history is *replayed*. The Responses
API requires an `id` on a replayed `web_search_call` item, but Codex strips
server-assigned ids when it rebuilds the `input` array for the next turn. So the
second request carries an id-less `web_search_call` and gets rejected — and since
that item stays in history, every subsequent turn fails the same way.

You can see it straight against the raw API, no Codex involved:

```console
# Replay a web_search_call WITHOUT an id  ->  400
$ curl -s https://api.meta.ai/v1/responses \
    -H "Authorization: Bearer $MODEL_API_KEY" -H 'Content-Type: application/json' \
    -d '{"model":"muse-spark-1.1","input":[
          {"type":"message","role":"user","content":[{"type":"input_text","text":"hi"}]},
          {"type":"web_search_call","status":"completed","action":{"type":"search","query":"x"}},
          {"type":"message","role":"user","content":[{"type":"input_text","text":"continue"}]}
        ]}'
{"error":{"code":null,"message":"`input[1]

Also filed under Benchmarks & research

See all →
  1. 0590

    Meta's OpenCode token share hits 45%★

    $META just went from 3.5% to 45.4% token share on OpenCode in just over two weeks Muse Spark 1.3 being good + free is enough to become the default for most users Default gets you usage → usage gets you data → data makes the next model better Anthropic and OpenAI can’t afford

    @thetomcollins

    X post

    Benchmarks & research

  2. 0107

    How Meta built safety into Muse★

    Meta's engineering write-up on Muse security: isolated VMs, a separate Sentinel permission authority, credential surrogation and layered prompt-injection defenses, with bug bounties up to $300,000.

    research.meta.ai

    Resource

    Benchmarks & research

  3. 0101

    Muse Spark 1.3 tutorial: testing Meta's efficiency claims★

    DataCamp's Josep Ferrer ran Muse Spark 1.3 on three real coding tasks. Two used 23–32% fewer completion tokens, but a refactor used 70% more, for a net 12% cost increase.

    datacamp.com

    Resource

    Benchmarks & research

  4. 1067

    Muse Voice Transcribe tested on clinical diarization

    Compared diarization models on 15 mock doctor-patient consultations (~2.4 h): Meta Muse Voice Transcribe scored 13.04% DER at ~92 s per request via API, behind Pyannote (2.89%) and Nemotron 3 (4.80%).

    u/MajesticAd2862

    Reddit post

    Benchmarks & research

More Skills

See all →
  1. 1073

    Xahau skill for Muse

    Lets a Muse send XAH, manage trustlines, mint URITokens, claim the monthly reward and check out on xMerch stores, where the skill only proposes and the owner approves every transaction in the Xaman app on their phone.

    @terramike

    Skill

    Business & commerce

  2. 1072

    Review Times MCP server and skill

    An MCP server and skill that reports live review times for AI app, connector and plugin stores, including Meta Muse, so builders can see how long a connector submission is taking.

    @stevysmith

    Skill

    Connectors & MCP

  3. 1068

    musebook: shared family boards for Muses

    An open protocol plus Muse skill and Cloudflare Workers reference server that lets each family member's Muse join shared boards (groceries, trips, household lists) with per-board identities and an approval card before anything is ordered.

    @amanbthakkar

    Skill

    Errands & personal agent

  4. 1062

    xrpl-muse-skill: let your Muse trade XRP

    A terminal skill for trading any XRP Ledger token pair and minting NFTs, with a hard boundary between proposing and signing; testnet by default, and mainnet needs the Muse vault signer or a protected signer with per-transaction approval.

    @terramike

    Skill

    Business & commerce

Curator picks

  1. 1046

    Medical bills audited line by line, $4,000 saved★

    Got Muse logged in to my medical provider’s portal, he pulled the itemized bills, and questioned every line. So far he’s found several times I’d been double billed, asked for some discounts and has saved me over $4,000. If your moat is bureaucracy, you’re cooked.

    @Ryan_Holdaway

    X post

    Errands & personal agent

  2. 1013

    Shop Pay agentic checkout on every Shopify store★

    We are excited to announce we are partnering deeply with Muse to enable agentic checkout with Shop Pay on all Shopify stores, offering people an easy and delightful way to shop and check out with Muse.

    @tobi

    X post

    Business & commerce

  3. 1009

    Private e-book library app from Google Drive★

    Muse built me a private library for the e-books and articles in my Google Drive. Everything is organized by topic, and each section opens onto its own subcategorized shelves. Each book opens like a real book and is readable in-app

    @chiasmus_cap

    X post

    Apps & websites

  4. 1007

    Plumbing company run by a Muse agent★

    I still can’t believe I can run my plumbing company with an agent so easily. I send this message to my Muse agent while in bed at 6am. And it: updates my job board, texts customer, updates office manager who arrives at 8am in slack Notifies technician

    @HouseHackerJon

    X post

    Agents & automation