Skip to main content
Glama

Tally MCP

manage_workspace

Configure and monitor workspace details in Tally MCP. Retrieve usage data, modify settings like name or description, and manage workspace information efficiently.

Instructions

Manage workspace settings and information

Input Schema

NameRequiredDescriptionDefault
actionYesAction to perform on workspace
settingsNo

Input Schema (JSON Schema)

{ "properties": { "action": { "description": "Action to perform on workspace", "enum": [ "get_info", "update_settings", "get_usage" ], "type": "string" }, "settings": { "properties": { "description": { "type": "string" }, "name": { "type": "string" } }, "type": "object" } }, "required": [ "action" ], "type": "object" }
Install Server

Other Tools from Tally MCP

Related Tools

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/learnwithcc/tally-mcp'

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