← Tools Reference

Glyphic

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

API key9 toolshttps://api.glyphic.ai
GET
glyphic_list_calls
List public Glyphic calls with optional participant, time, title, tag, and cursor filters.

/v1/calls/

8 parameters
ParamTypeRequiredDescription
participantEmailstringoptionalFilter calls by a participant email address.
startTimeFromstringoptionalOnly return calls starting at or after this UTC ISO 8601 time.
startTimeTostringoptionalOnly return calls starting at or before this UTC ISO 8601 time.
titleFilterstringoptionalQuery text used to filter calls by title.
tagIdsarrayoptionalGlyphic call tag identifiers to filter by.
cursorstringoptionalThe cursor returned by a previous Glyphic list response.
limitintegeroptionalThe number of items to return per page.
directionstringoptionalThe cursor pagination direction.
GET
glyphic_get_call
Retrieve one Glyphic call by ID, including transcript, summary, media, and insights.

/v1/calls/{callId}

1 parameter
ParamTypeRequiredDescription
callIdstringrequiredThe Glyphic call identifier.
GET
glyphic_get_call_media
Retrieve presigned media URL metadata for a Glyphic call.

/v1/calls/{callId}/media

1 parameter
ParamTypeRequiredDescription
callIdstringrequiredThe Glyphic call identifier.
GET
glyphic_get_call_snippets
Retrieve snippets for a Glyphic call, including time ranges and transcript turns.

/v1/calls/{callId}/snippets

1 parameter
ParamTypeRequiredDescription
callIdstringrequiredThe Glyphic call identifier.
GET
glyphic_list_call_tags
List all Glyphic call tags for the organization.

/v1/call_tags/

GET
glyphic_list_playbooks
List Glyphic playbooks with cursor pagination.

/v1/playbooks/

3 parameters
ParamTypeRequiredDescription
cursorstringoptionalThe cursor returned by a previous Glyphic list response.
limitintegeroptionalThe number of items to return per page.
directionstringoptionalThe cursor pagination direction.
GET
glyphic_get_playbook
Retrieve a Glyphic playbook by ID, including the latest version content.

/v1/playbooks/{playbookId}

1 parameter
ParamTypeRequiredDescription
playbookIdstringrequiredThe Glyphic playbook identifier.
GET
glyphic_list_playbook_versions
List versions for a Glyphic playbook.

/v1/playbooks/{playbookId}/versions

1 parameter
ParamTypeRequiredDescription
playbookIdstringrequiredThe Glyphic playbook identifier.
GET
glyphic_get_playbook_version
Retrieve a specific Glyphic playbook version by playbook ID and version ID.

/v1/playbooks/{playbookId}/versions/{versionId}

2 parameters
ParamTypeRequiredDescription
playbookIdstringrequiredThe Glyphic playbook identifier.
versionIdstringrequiredThe Glyphic playbook version identifier.