← Tools Reference

Jamie

Jamie integration (Productivity, AI). Imported from open-connector.

API key5 toolshttps://beta-api.meetjamie.ai
GET
jamie_list_meetings
List Jamie meetings for a personal or workspace API key with optional pagination and filters.

/meetings.list

6 parameters
ParamTypeRequiredDescription
limitintegeroptionalThe number of items to return, from 1 to 100.
cursorstringoptionalThe pagination cursor returned by Jamie.
startDatestringoptionalOnly return records starting or created on or after this ISO 8601 date.
endDatestringoptionalOnly return records starting or created on or before this ISO 8601 date.
userEmailstringoptionalWorkspace-key-only filter for a specific user's email address.
tagstringoptionalPersonal-key-only filter by Jamie tag name.
GET
jamie_get_meeting
Get full Jamie meeting details, including summary, transcript, tasks, and tags.

/v1/{routeSet}/meetings.get

2 parameters
ParamTypeRequiredDescription
meetingIdstringoptionalThe Jamie meeting ID.
routeSetstringrequiredPath parameter: routeSet
GET
jamie_list_tasks
List Jamie action items for a personal or workspace API key.

/tasks.list

7 parameters
ParamTypeRequiredDescription
limitintegeroptionalThe number of items to return, from 1 to 100.
cursorstringoptionalThe pagination cursor returned by Jamie.
startDatestringoptionalOnly return records starting or created on or after this ISO 8601 date.
endDatestringoptionalOnly return records starting or created on or before this ISO 8601 date.
userEmailstringoptionalWorkspace-key-only filter for a specific user's email address.
completedbooleanoptionalFilter tasks by completion status.
meetingIdstringoptionalFilter tasks from a specific Jamie meeting.
GET
jamie_search_meetings
Search Jamie meeting content with a personal API key.

/meetings.search

3 parameters
ParamTypeRequiredDescription
querystringrequiredThe semantic search query.
startDatestringoptionalOnly return records starting or created on or after this ISO 8601 date.
endDatestringoptionalOnly return records starting or created on or before this ISO 8601 date.
GET
jamie_list_tags
List Jamie tags available to a personal API key.

/tags.list