conversation_get
ChatGPTGet a conversation's metadata and messages. Use lastN to limit messages, roles to filter by message role (roles filter is applied before lastN), and includeTimestamps to emit ISO createdAt per message.
conversation_get
ChatGPTGet a conversation's metadata and messages. Use lastN to limit messages, roles to filter by message role (roles filter is applied before lastN), and includeTimestamps to emit ISO createdAt per message.
conversation_get_last_message
ChatGPTGet the last assistant message from a conversation. Use this to poll for agent results — returns status 'streaming' if the agent is still running, or 'complete' with the final message content. Pass includeToolOutput: true to additionally receive output of allow-listed tools (render_chart) when the agent has the tool configured.
conversation_get_last_message
ChatGPTGet the last assistant message from a conversation. Use this to poll for agent results — returns status 'streaming' if the agent is still running, or 'complete' with the final message content. Pass includeToolOutput: true to additionally receive output of allow-listed tools (render_chart) when the agent has the tool configured.
execution_get
ChatGPTGet information about an agent execution by ID. Use summaryOnly when polling background executions — returns status and final output without the full message history.
execution_get
ChatGPTGet information about an agent execution by ID. Use summaryOnly when polling background executions — returns status and final output without the full message history.
feed_get_items
ChatGPTGet feed items with pagination and filtering. Use filter.status, filter.startDate/endDate, and filter.search.
feed_get_items
ChatGPTGet feed items with pagination and filtering. Use filter.status, filter.startDate/endDate, and filter.search.
feed_list
ChatGPTList feeds in a space with optional type filter. Can access public spaces from other workspaces by providing spaceId parameter.
feed_list
ChatGPTList feeds in a space with optional type filter. Can access public spaces from other workspaces by providing spaceId parameter.
get_me
ChatGPTReturns the authenticated user and current workspace.
get_me
ChatGPTReturns the authenticated user and current workspace.
run_agent__strategy_agent
ChatGPTQuery Fidelity: Always pass the user's query to the relevant skill or tool exactly as provided, verbatim, without modification, rephrasing, or adding context. If additional information is needed to complete the task, ask the user for it before executing. Do not infer or supplement the query on their behalf!
run_agent__strategy_agent
ChatGPTQuery Fidelity: Always pass the user's query to the relevant skill or tool exactly as provided, verbatim, without modification, rephrasing, or adding context. If additional information is needed to complete the task, ask the user for it before executing. Do not infer or supplement the query on their behalf!
run_sequence
ChatGPTLaunch a sequence by ID with optional variables and space context. Returns a run ID to track progress.
run_sequence
ChatGPTLaunch a sequence by ID with optional variables and space context. Returns a run ID to track progress.
space_list
ChatGPTList spaces available for the team. Returns space names, IDs, and metadata.
space_list
ChatGPTList spaces available for the team. Returns space names, IDs, and metadata.
workspace_list
ChatGPTList available workspaces (teams) you can access. Admins can search all workspaces; non-admins only see their own.
workspace_list
ChatGPTList available workspaces (teams) you can access. Admins can search all workspaces; non-admins only see their own.
workspace_switch
ChatGPTSwitch the active workspace (team). All subsequent tool calls (including agents, sequences, and builtin tools) will operate against the new workspace.
workspace_switch
ChatGPTSwitch the active workspace (team). All subsequent tool calls (including agents, sequences, and builtin tools) will operate against the new workspace.