Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
create_formA

Create a new Tally form with specified fields and configuration. This tool converts simple field definitions into Tally's complex blocks-based structure automatically. The status field is optional and defaults to DRAFT if not specified.

modify_formC

Modify an existing Tally form

get_formC

Retrieve details of a specific Tally form

list_formsB

List all forms in the workspace

delete_formA

Delete a Tally form

preview_bulk_deleteA

SAFETY PREVIEW: Show exactly which forms would be deleted before bulk deletion. MANDATORY: Present form details to human and require explicit "DELETE ALL" confirmation before proceeding to confirm_bulk_delete.

confirm_bulk_deleteA

HUMAN CONFIRMATION: Confirm bulk deletion ONLY after human responds with exact phrase "DELETE ALL". DO NOT call this automatically - requires genuine human confirmation.

bulk_delete_formsA

🚫 DEPRECATED: Use confirm_bulk_delete instead. This tool now requires human confirmation via the confirm_bulk_delete tool after preview_bulk_delete. The new workflow is: 1) preview_bulk_delete, 2) confirm_bulk_delete with user choice, 3) automatic execution. This tool is kept for backward compatibility but will reject calls without proper confirmation workflow.

get_submissionsC

Retrieve submissions for a specific form

analyze_submissionsC

Analyze form submissions and provide insights

share_formC

Generate sharing links and embed codes for a form

manage_workspaceC

Manage workspace settings and information

manage_teamC

Manage team members and permissions

delete_formA

DEPRECATED: Use preview_single_delete and confirm_single_delete for secure deletion

preview_single_deleteA

Preview a single form before deletion. MANDATORY: Present form details to human and require explicit "DELETE" confirmation before proceeding to confirm_single_delete.

confirm_single_deleteA

Confirm single form deletion ONLY after human responds with exact phrase "DELETE". DO NOT call this automatically - requires genuine human confirmation.

Prompts

Interactive templates invoked by user choice

NameDescription
tally_form_sharing_guideGuide for choosing the correct share type when sharing Tally forms

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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