# speakers_get_appearances

Canonical HTML page: https://bitterclip.com/docs/assistants/tools/speakers_get_appearances

Surface: default model and app

Product release: 1dce717408a55fac1047e7d779177fa3ef8ede51
Public contract commit: 1ce47f7857ae3d9b6933fe83d5c33de3ae5efc64
Public contract SHA-256: 241d47d25e4b4c1dae9d2263793874d06fc4ba7bc3c78d4cf2bc63fbb32ed7dc
Descriptor SHA-256: 885d46f3ca3939dec2ace0cd6e93611c8b3f741f2d8f7a82e0adfe1452cc9a9e
Captured: 2026-09-24T16:39:30.100Z
Source: https://app.bitterclip.com/api/v1/mcp_descriptors.json

Read a person's current Recording voices, saved answers with lost placement, and editorial Moments. Each voice carries its current identity state, source timing when available, and the recording_id/speaker_map_id selector for recordings_get_speaker_evidence. Unplaced answers retain their recording_id/decision_id selector when available; no current occurrence or timing is inferred. Sightings are faces currently named as this person, each with its image_answer_id or automatic basis and source seconds. Each recent group reports truncation separately. A suggestion is not an attached person. With project_id, all rows are project-scoped and assignment exceptions are reported separately. Moment rows keep the transcript speaker_label and use current project presentation for display_label. Legacy clips and exports groups are empty; exact finished Export labels are not recalculated.

The JSON blocks below are the exact MCP descriptor projections served by Rails for the named profiles at capture time. Security schemes and resource URIs may vary by connected host.

## Default model descriptor

```json
{
  "name": "speakers_get_appearances",
  "title": "Get where a person appears",
  "description": "Read a person's current Recording voices, saved answers with lost placement, and editorial Moments. Each voice carries its current identity state, source timing when available, and the recording_id/speaker_map_id selector for recordings_get_speaker_evidence. Unplaced answers retain their recording_id/decision_id selector when available; no current occurrence or timing is inferred. Sightings are faces currently named as this person, each with its image_answer_id or automatic basis and source seconds. Each recent group reports truncation separately. A suggestion is not an attached person. With project_id, all rows are project-scoped and assignment exceptions are reported separately. Moment rows keep the transcript speaker_label and use current project presentation for display_label. Legacy clips and exports groups are empty; exact finished Export labels are not recalculated.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "speaker_profile_id": {
        "type": "string",
        "description": "Person public ID, slug, or UUID."
      },
      "status": {
        "type": "string",
        "enum": [
          "all",
          "current",
          "stale"
        ],
        "description": "Optional Moment status filter. Defaults to all. Voices always describe current placements; their standing reports any stale review separately."
      },
      "project_id": {
        "type": "string",
        "description": "Optional project public ID to limit results."
      },
      "limit": {
        "type": "integer",
        "description": "Maximum rows per group. Default 20, maximum 50."
      },
      "cursor": {
        "type": "string",
        "description": "Optional next_cursor from a previous call, to read the next page of voices, saved answers and sightings."
      }
    },
    "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

```json
{
  "name": "speakers_get_appearances",
  "title": "Get where a person appears",
  "description": "Read a person's current Recording voices, saved answers with lost placement, and editorial Moments. Each voice carries its current identity state, source timing when available, and the recording_id/speaker_map_id selector for recordings_get_speaker_evidence. Unplaced answers retain their recording_id/decision_id selector when available; no current occurrence or timing is inferred. Sightings are faces currently named as this person, each with its image_answer_id or automatic basis and source seconds. Each recent group reports truncation separately. A suggestion is not an attached person. With project_id, all rows are project-scoped and assignment exceptions are reported separately. Moment rows keep the transcript speaker_label and use current project presentation for display_label. Legacy clips and exports groups are empty; exact finished Export labels are not recalculated.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "speaker_profile_id": {
        "type": "string",
        "description": "Person public ID, slug, or UUID."
      },
      "status": {
        "type": "string",
        "enum": [
          "all",
          "current",
          "stale"
        ],
        "description": "Optional Moment status filter. Defaults to all. Voices always describe current placements; their standing reports any stale review separately."
      },
      "project_id": {
        "type": "string",
        "description": "Optional project public ID to limit results."
      },
      "limit": {
        "type": "integer",
        "description": "Maximum rows per group. Default 20, maximum 50."
      },
      "cursor": {
        "type": "string",
        "description": "Optional next_cursor from a previous call, to read the next page of voices, saved answers and sightings."
      }
    },
    "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"
      },
      "status": {
        "type": "string"
      },
      "counts": {
        "type": "object"
      },
      "assignment_review": {
        "type": "object"
      },
      "moments": {
        "type": "array",
        "items": {
          "type": "object"
        }
      },
      "voices": {
        "type": "array",
        "items": {
          "type": "object"
        }
      },
      "voices_has_more": {
        "type": "boolean"
      },
      "unplaced_answers": {
        "type": "array",
        "items": {
          "type": "object"
        }
      },
      "unplaced_answers_has_more": {
        "type": "boolean"
      },
      "sightings": {
        "type": "array",
        "items": {
          "type": "object"
        }
      },
      "sightings_has_more": {
        "type": "boolean"
      },
      "next_cursor": {
        "type": "string"
      },
      "clips": {
        "type": "array",
        "items": {
          "type": "object"
        }
      },
      "exports": {
        "type": "array",
        "items": {
          "type": "object"
        }
      }
    },
    "required": [],
    "additionalProperties": false
  }
}
```

## Live Workspace descriptor

```json
{
  "name": "speakers_get_appearances",
  "title": "Get where a person appears",
  "description": "Read a person's current Recording voices, saved answers with lost placement, and editorial Moments. Each voice carries its current identity state, source timing when available, and the recording_id/speaker_map_id selector for recordings_get_speaker_evidence. Unplaced answers retain their recording_id/decision_id selector when available; no current occurrence or timing is inferred. Sightings are faces currently named as this person, each with its image_answer_id or automatic basis and source seconds. Each recent group reports truncation separately. A suggestion is not an attached person. With project_id, all rows are project-scoped and assignment exceptions are reported separately. Moment rows keep the transcript speaker_label and use current project presentation for display_label. Legacy clips and exports groups are empty; exact finished Export labels are not recalculated.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "speaker_profile_id": {
        "type": "string",
        "description": "Person public ID, slug, or UUID."
      },
      "status": {
        "type": "string",
        "enum": [
          "all",
          "current",
          "stale"
        ],
        "description": "Optional Moment status filter. Defaults to all. Voices always describe current placements; their standing reports any stale review separately."
      },
      "project_id": {
        "type": "string",
        "description": "Optional project public ID to limit results."
      },
      "limit": {
        "type": "integer",
        "description": "Maximum rows per group. Default 20, maximum 50."
      },
      "cursor": {
        "type": "string",
        "description": "Optional next_cursor from a previous call, to read the next page of voices, saved answers and sightings."
      }
    },
    "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"
      },
      "status": {
        "type": "string"
      },
      "counts": {
        "type": "object"
      },
      "assignment_review": {
        "type": "object"
      },
      "moments": {
        "type": "array",
        "items": {
          "type": "object"
        }
      },
      "voices": {
        "type": "array",
        "items": {
          "type": "object"
        }
      },
      "voices_has_more": {
        "type": "boolean"
      },
      "unplaced_answers": {
        "type": "array",
        "items": {
          "type": "object"
        }
      },
      "unplaced_answers_has_more": {
        "type": "boolean"
      },
      "sightings": {
        "type": "array",
        "items": {
          "type": "object"
        }
      },
      "sightings_has_more": {
        "type": "boolean"
      },
      "next_cursor": {
        "type": "string"
      },
      "clips": {
        "type": "array",
        "items": {
          "type": "object"
        }
      },
      "exports": {
        "type": "array",
        "items": {
          "type": "object"
        }
      }
    },
    "required": [],
    "additionalProperties": false
  }
}
```

## Errors

```json
[
  "speaker_not_found",
  "project_not_found",
  "invalid_input"
]
```

## Examples

```json
[]
```
