> **Building with AI coding agents?** If you're using an AI coding agent, install the official Scalekit plugin. It gives your agent full awareness of the Scalekit API — reducing hallucinations and enabling faster, more accurate code generation.
>
> - **Claude Code**: `/plugin marketplace add scalekit-inc/claude-code-authstack` then `/plugin install <auth-type>@scalekit-auth-stack`
> - **GitHub Copilot CLI**: `copilot plugin marketplace add scalekit-inc/github-copilot-authstack` then `copilot plugin install <auth-type>@scalekit-auth-stack`
> - **Codex**: run the bash installer, restart, then open Plugin Directory and enable `<auth-type>`
> - **Skills CLI** (Windsurf, Cline, 40+ agents): `npx skills add scalekit-inc/skills --list` then `--skill <skill-name>`
>
> `<auth-type>` / `<skill-name>`: `agent-auth`, `full-stack-auth`, `mcp-auth`, `modular-sso`, `modular-scim` — [Full setup guide](https://docs.scalekit.com/dev-kit/build-with-ai/)

---

# Jiminny

<div class="grid grid-cols-5 gap-4 items-center">
 <div class="col-span-4">
  Connect with Jiminny to access call recordings, transcripts, coaching insights, and conversation intelligence data.
 </div>
 <div class="flex justify-center">
  <img src="https://cdn.scalekit.cloud/sk-connect/assets/provider-icons/jiminny.svg" width="64" height="64" alt="Jiminny logo" />
 </div>
</div>

Supports authentication: Bearer Token

## Set up the agent connector

<SetupJiminnySection />

## Tool list

## `jiminny_action_items_get`

Retrieve the AI-generated action items for a given activity, returning a list of follow-up tasks identified from the conversation.

| Name | Type | Required | Description |
| --- | --- | --- | --- |
| `activityId` | string | Yes | The UUID of the activity to retrieve action items for. |

## `jiminny_activities_list`

Retrieve completed and processed call and meeting activities with optional date range, update date range, status, and page filters. The time range must be less than six months and you must provide either fromDate/toDate or updatedFrom.

| Name | Type | Required | Description |
| --- | --- | --- | --- |
| `fromDate` | string | No | Filter activities that occurred after this UTC date-time (e.g. 2021-10-01 00:00:00). Must be before toDate. |
| `page` | integer | No | Page number to return (page size is 500 activities). Default is 1. |
| `status` | string | No | Filter activities by status: in-progress, completed (for calls/meetings), received, sent, delivered (for SMS/Voice dialer). |
| `toDate` | string | No | Filter activities that occurred before this UTC date-time (e.g. 2021-11-01 00:00:00). Cannot be a future date. |
| `updatedFrom` | string | No | Filter activities updated after this UTC date-time (e.g. 2021-11-01 00:00:00). Must be before updatedTo. |
| `updatedTo` | string | No | Filter activities updated before this UTC date-time. Cannot be a future date. Defaults to current time. |

## `jiminny_activity_upload`

Upload a call or meeting recording file to Jiminny for transcription and analysis, returning the new activity ID on success.

| Name | Type | Required | Description |
| --- | --- | --- | --- |
| `accountId` | string | No | An optional CRM Account ID to associate with this activity (max 100 characters). |
| `completedAt` | string | No | The date the activity was completed (format: YYYY-MM-DD). |
| `externalId` | string | No | An optional external identifier for this activity (max 191 characters). Must be unique per host user. |
| `hostUserEmail` | string | Yes | The email address of the host user. Must belong to the authenticated team. |
| `language` | string | Yes | The language locale of the activity (e.g. en_GB, en_US, fr_FR). |
| `leadId` | string | No | An optional CRM Lead ID to associate with this activity (max 180 characters). |
| `notifyForUploadCompletionByEmail` | boolean | No | Whether to notify the host user via email when the upload and processing is complete. |
| `opportunityId` | string | No | An optional CRM Opportunity ID to associate with this activity (max 100 characters). |
| `skipFullAnalysis` | boolean | No | Whether to skip the full AI analysis of the uploaded activity. |
| `title` | string | Yes | The title of the activity (max 250 characters). |

## `jiminny_automated_call_scoring_list`

Retrieve automated call scoring records with optional filters by user and date range, returning scores, activity types, and user details.

| Name | Type | Required | Description |
| --- | --- | --- | --- |
| `fromDate` | string | No | Filter scoring records created after this UTC date-time (e.g. 2021-10-01 00:00:00). |
| `toDate` | string | No | Filter scoring records created before this UTC date-time (e.g. 2021-11-01 00:00:00). Cannot be a future date. |
| `userId` | string | No | Optional UUID of the user to filter automated call scoring results by. |

## `jiminny_coaching_feedback_list`

Retrieve bulk coaching feedback records within a required date range, optionally filtered by coach or coachee, returning scores, activity IDs, and timestamps.

| Name | Type | Required | Description |
| --- | --- | --- | --- |
| `coachId` | string | No | Optional UUID of the coach (manager) to filter coaching feedback by. |
| `coacheeId` | string | No | Optional UUID of the coachee (sales rep) to filter coaching feedback by. |
| `fromDate` | string | Yes | Filter coaching feedback records created after this UTC date-time (e.g. 2021-10-01 00:00:00). Must be before toDate. |
| `toDate` | string | Yes | Filter coaching feedback records created before this UTC date-time (e.g. 2021-11-01 00:00:00). Cannot be a future date. |

## `jiminny_comments_list`

Retrieve activity comment records with optional filters by user and date range, returning comment IDs, activity IDs, user IDs, and creation timestamps.

| Name | Type | Required | Description |
| --- | --- | --- | --- |
| `fromDate` | string | No | Filter comments created after this UTC date-time (e.g. 2021-10-01 00:00:00). Must be before toDate. |
| `toDate` | string | No | Filter comments created before this UTC date-time (e.g. 2021-11-01 00:00:00). Cannot be a future date. |
| `userId` | string | No | Optional UUID of the user to filter comments by. |

## `jiminny_listens_list`

Retrieve listened (played) activity records within a date range, optionally filtered by user, showing who listened to which activities and when.

| Name | Type | Required | Description |
| --- | --- | --- | --- |
| `fromDate` | string | Yes | Filter listened activities that occurred after this UTC date-time (e.g. 2021-10-01 00:00:00). Must be before toDate. |
| `toDate` | string | Yes | Filter listened activities that occurred before this UTC date-time (e.g. 2021-11-01 00:00:00). Cannot be a future date. |
| `userId` | string | No | Optional UUID of the user to filter listened activities by. |

## `jiminny_organization_get`

Return the current authenticated Organization details including name, CRM integration, calendar type, and address.

## `jiminny_questions_get`

Retrieve questions detected in a specific activity, including their timestamps, speaker participant IDs, text, and whether they are engaging or insightful.

| Name | Type | Required | Description |
| --- | --- | --- | --- |
| `activityId` | string | Yes | The UUID of the activity to retrieve detected questions for. |

## `jiminny_summary_get`

Get the AI-generated conversation summary for a given activity, returning the summary content text.

| Name | Type | Required | Description |
| --- | --- | --- | --- |
| `activityId` | string | Yes | The UUID of the activity to retrieve the summary for. |

## `jiminny_topic_triggers_list`

Retrieve all topic triggers configured for the authenticated team, returned as a hierarchy of themes, topics, and trigger keywords.

## `jiminny_topic_triggers_matched_get`

Retrieve all topic triggers that were matched within a specific activity, including the theme, topic, trigger keyword, timestamps, and matched text excerpt.

| Name | Type | Required | Description |
| --- | --- | --- | --- |
| `activityId` | string | Yes | The UUID of the activity to retrieve matched topic triggers for. |

## `jiminny_transcript_get`

Retrieve transcription segments for a given activity, returning an array of timed speech segments with speaker participant IDs.

| Name | Type | Required | Description |
| --- | --- | --- | --- |
| `activityId` | string | Yes | The UUID of the activity to retrieve the transcription for. |

## `jiminny_users_list`

Retrieve all users belonging to the authenticated team, including their IDs, names, emails, statuses, team names, CRM IDs, and roles.

## `jiminny_webhook_create`

Create a webhook subscription that sends event payloads to a destination URL when a specified trigger occurs in Jiminny.

| Name | Type | Required | Description |
| --- | --- | --- | --- |
| `external_id` | string | No | An optional external identifier for the webhook (max 191 characters). |
| `trigger` | string | Yes | The event trigger for the webhook. One of: coaching_feedback_completed, conversation_shared, conversation_exported, conversation_processed, conversation_played. |
| `url` | string | Yes | The destination URL to receive the webhook payload (max 191 characters). |

## `jiminny_webhook_delete`

Delete an existing webhook subscription by its UUID.

| Name | Type | Required | Description |
| --- | --- | --- | --- |
| `id` | string | Yes | UUID of the webhook to delete. |

## `jiminny_webhook_sample_get`

Retrieve a sample webhook payload for a given trigger event type to understand the data structure that will be sent.

| Name | Type | Required | Description |
| --- | --- | --- | --- |
| `trigger` | string | Yes | The webhook trigger event type to get a sample payload for. |

---

## More Scalekit documentation

| Resource | What it contains | When to use it |
|----------|-----------------|----------------|
| [/llms.txt](/llms.txt) | Structured index with routing hints per product area | Start here — find which documentation set covers your topic before loading full content |
| [/llms-full.txt](/llms-full.txt) | Complete documentation for all Scalekit products in one file | Use when you need exhaustive context across multiple products or when the topic spans several areas |
| [sitemap-0.xml](https://docs.scalekit.com/sitemap-0.xml) | Full URL list of every documentation page | Use to discover specific page URLs you can fetch for targeted, page-level answers |
