All MCP tools

speakers_get

Get remembered person

Read one remembered person, including names, saved voice examples, project names, merge history, and appearance counts. With project_id, it also reports that person's current recording-assignment exceptions; a confirmed person profile does not imply every track assignment is correct. This does not change identity.

Surface: Default model and app

Product release 1dce717408a55fac1047e7d779177fa3ef8ede51
Public contract commit 1ce47f7857ae3d9b6933fe83d5c33de3ae5efc64
Public contract SHA-256 241d47d25e4b4c1dae9d2263793874d06fc4ba7bc3c78d4cf2bc63fbb32ed7dc
Captured 2026-09-24T16:39:30.100Z. Review or improve this contract on GitHub.

These blocks show the complete MCP descriptors captured from serving Rails. Security schemes and resource URIs can differ by connected host.

Default model descriptor

{
  "name": "speakers_get",
  "title": "Get remembered person",
  "description": "Read one remembered person, including names, saved voice examples, project names, merge history, and appearance counts. With project_id, it also reports that person's current recording-assignment exceptions; a confirmed person profile does not imply every track assignment is correct. This does not change identity.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "speaker_profile_id": {
        "type": "string",
        "description": "Person public ID, slug, or UUID."
      },
      "project_id": {
        "type": "string",
        "description": "Optional project public ID to scope project-limited access."
      }
    },
    "required": [
      "speaker_profile_id"
    ],
    "additionalProperties": false
  },
  "annotations": {
    "readOnlyHint": true,
    "destructiveHint": false,
    "idempotentHint": true,
    "openWorldHint": false
  },
  "securitySchemes": [
    {
      "type": "noauth"
    }
  ],
  "_meta": {
    "securitySchemes": [
      {
        "type": "noauth"
      }
    ],
    "ui": {
      "visibility": [
        "model",
        "app"
      ]
    },
    "openai/widgetAccessible": true
  }
}

App descriptor

{
  "name": "speakers_get",
  "title": "Get remembered person",
  "description": "Read one remembered person, including names, saved voice examples, project names, merge history, and appearance counts. With project_id, it also reports that person's current recording-assignment exceptions; a confirmed person profile does not imply every track assignment is correct. This does not change identity.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "speaker_profile_id": {
        "type": "string",
        "description": "Person public ID, slug, or UUID."
      },
      "project_id": {
        "type": "string",
        "description": "Optional project public ID to scope project-limited access."
      }
    },
    "required": [
      "speaker_profile_id"
    ],
    "additionalProperties": false
  },
  "annotations": {
    "readOnlyHint": true,
    "destructiveHint": false,
    "idempotentHint": true,
    "openWorldHint": false
  },
  "securitySchemes": [
    {
      "type": "noauth"
    }
  ],
  "_meta": {
    "securitySchemes": [
      {
        "type": "noauth"
      }
    ],
    "ui": {
      "visibility": [
        "model",
        "app"
      ]
    },
    "openai/widgetAccessible": true
  },
  "outputSchema": {
    "type": "object",
    "properties": {
      "speaker": {
        "type": "object"
      },
      "aliases": {
        "type": "array",
        "items": {
          "type": "object"
        }
      },
      "voiceprints": {
        "type": "array",
        "items": {
          "type": "object"
        }
      },
      "project_presentations": {
        "type": "array",
        "items": {
          "type": "object"
        }
      },
      "merge_history": {
        "type": "array",
        "items": {
          "type": "object"
        }
      },
      "appearance_counts": {
        "type": "object"
      },
      "assignment_review": {
        "type": "object"
      }
    },
    "required": [],
    "additionalProperties": false
  }
}

Live Workspace descriptor

{
  "name": "speakers_get",
  "title": "Get remembered person",
  "description": "Read one remembered person, including names, saved voice examples, project names, merge history, and appearance counts. With project_id, it also reports that person's current recording-assignment exceptions; a confirmed person profile does not imply every track assignment is correct. This does not change identity.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "speaker_profile_id": {
        "type": "string",
        "description": "Person public ID, slug, or UUID."
      },
      "project_id": {
        "type": "string",
        "description": "Optional project public ID to scope project-limited access."
      }
    },
    "required": [
      "speaker_profile_id"
    ],
    "additionalProperties": false
  },
  "annotations": {
    "readOnlyHint": true,
    "destructiveHint": false,
    "idempotentHint": true,
    "openWorldHint": false
  },
  "securitySchemes": [
    {
      "type": "noauth"
    }
  ],
  "_meta": {
    "securitySchemes": [
      {
        "type": "noauth"
      }
    ]
  },
  "outputSchema": {
    "type": "object",
    "properties": {
      "speaker": {
        "type": "object"
      },
      "aliases": {
        "type": "array",
        "items": {
          "type": "object"
        }
      },
      "voiceprints": {
        "type": "array",
        "items": {
          "type": "object"
        }
      },
      "project_presentations": {
        "type": "array",
        "items": {
          "type": "object"
        }
      },
      "merge_history": {
        "type": "array",
        "items": {
          "type": "object"
        }
      },
      "appearance_counts": {
        "type": "object"
      },
      "assignment_review": {
        "type": "object"
      }
    },
    "required": [],
    "additionalProperties": false
  }
}

Errors

[
  "speaker_not_found",
  "invalid_input"
]

Examples

[]