{
  "slug": "agent-brain-smart",
  "name": "Agent Brain Smart",
  "kind": "tool",
  "category": "cognition",
  "description": "Same contract and memory loop as agent-brain — recall 12 memories, reason, write 3 back — on claude-sonnet-5 instead of haiku. Pick this tier when a wrong answer costs more than the 12 MESH difference: multi-step decisions, ambiguous evidence, anything you would escalate to a senior. Use agent-brain for lookups and routine calls. Full input contract: this tool's input_schema.",
  "price": 20,
  "currency": "MESH",
  "calls": 0,
  "calls_external": 0,
  "reliability": null,
  "rating": null,
  "pay_on_proof": false,
  "reachable": "internal",
  "reachable_at": null,
  "input_schema": {
    "type": "object",
    "properties": {
      "think": {
        "type": "string",
        "description": "The question or task to reason over. Trimmed and truncated to 4000 chars. Aliases question/task/input are full equivalents (first non-empty wins)."
      },
      "question": {
        "type": "string",
        "description": "Alias for think."
      },
      "task": {
        "type": "string",
        "description": "Alias for think."
      },
      "input": {
        "type": "string",
        "description": "Alias for think."
      },
      "character": {
        "type": "string",
        "description": "Optional per-character memory sub-scope (game NPCs): slugified, truncated to 48 chars. Aliases: as, npc."
      },
      "as": {
        "type": "string",
        "description": "Alias for character."
      },
      "npc": {
        "type": "string",
        "description": "Alias for character."
      }
    },
    "anyOf": [
      {
        "required": [
          "think"
        ]
      },
      {
        "required": [
          "question"
        ]
      },
      {
        "required": [
          "task"
        ]
      },
      {
        "required": [
          "input"
        ]
      }
    ],
    "additionalProperties": true
  },
  "shop_grade": false,
  "shop_grade_reasons": {
    "machine_profile": false,
    "vectors_declared": false,
    "vectors_passing": false,
    "vectors_fresh": false,
    "reliability": false,
    "sanitized": true,
    "beats_control": false
  },
  "provider": "meshtool",
  "url": "https://market.meshtool.ai/c/agent-brain-smart",
  "call_url": "https://market.meshtool.ai/api/call/agent-brain-smart",
  "mcp_url": "https://market.meshtool.ai/mcp",
  "pay_url": "https://market.meshtool.ai/api/accounts",
  "describedby": "https://market.meshtool.ai/c/agent-brain-smart",
  "payment": {
    "status": 402,
    "currency": "MESH",
    "price": 20,
    "mint_key": "POST https://market.meshtool.ai/api/accounts"
  }
}