Skip to main content
Glama

Carbon Voice

by PhononX

list_ai_actions

Retrieve and filter AI actions (prompts) by owner type and workspace ID within the Carbon Voice MCP server to manage and organize AI-driven interactions efficiently.

Instructions

List AI Actions (Prompts). Optionally, you can filter by owner type and workspace id. Filtering by owner type, Possible values: "user", "workspace", "system". Do not use unless the user explicitly requests it.

Input Schema

NameRequiredDescriptionDefault
owner_typeNo
workspace_idNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "owner_type": { "enum": [ "user", "workspace", "system" ], "type": "string" }, "workspace_id": { "type": "string" } }, "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/PhononX/cv-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server