Simplified MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging verbosity level | info |
| RETRY_DELAY | No | Delay between retries (ms) | 1000 |
| RETRY_ATTEMPTS | No | Number of retry attempts | 3 |
| REQUEST_TIMEOUT | No | API request timeout (ms) | 30000 |
| SIMPLIFIED_API_TOKEN | Yes | Your Simplified API token | |
| SIMPLIFIED_API_BASE_URL | No | Simplified API base URL | https://api.simplified.com |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| send_agent_notificationB | Send a notification from an AI agent to a user |
| transcribe_videoB | Start a video/audio transcription job (step 1 of 3) |
| get_transcriptionA | Poll a transcription job for status and transcript (step 2 of 3) |
| download_transcription_fileA | Download transcription as WebVTT or SRT (step 3 of 3) |
| get_workspaceD | Get a workspace |
| list_brand_kitsC | List brand kits |
| create_brand_kitC | Create a brand kit |
| get_brand_bookC | Get brand book data |
| import_brand_kit_modulesC | Import brand kit modules |
| list_context_documentsD | List context documents |
| create_context_documentC | Create a context document |
| delete_context_documentB | Delete a context document |
| update_context_documentC | Update a context document |
| get_context_document_by_typeC | Get context document by type |
| build_brand_kitC | Populate a brand kit (canonical schema) |
| get_brand_kitC | Get brand kit |
| convert_image_formatC | Convert image format |
| generate_imageC | Generate AI image |
| generate_videoC | Generate AI video (step 2 of 3) |
| get_video_variationC | Poll a video generation job (step 3 of 3) |
| get_video_model_fieldsC | Discover model field schema (step 1 of 3) |
| get_task_resultB | Get async task result |
| list_voicesB | List available TTS voices |
| generate_audioB | Generate TTS audio from text using the selected voice |
| create_assetC | Create an asset from URL |
| create_documentC | Create a long-form document |
| list_projectsD | List projects |
| create_projectD | Create a project |
| get_projectC | Get a project |
| delete_projectC | Delete a project |
| export_project_itemsC | Export project items |
| list_project_itemsD | List project items |
| create_project_itemC | Create a project item |
| get_project_itemC | Get a project item |
| delete_project_itemC | Delete a project item |
| assign_agent_to_itemC | Assign agent to item |
| reorder_project_itemC | Reorder a project item |
| list_commentsC | List comments |
| add_commentC | Add a comment |
| blur_backgroundC | Blur image background |
| remove_backgroundC | Remove image background |
| upscale_imageB | Upscale image resolution |
| generative_fillC | Generative fill / inpaint with prompt |
| image_outpaintingC | Outpaint / extend image beyond borders |
| magic_inpaintC | Magic inpaint — AI object removal / replacement |
| pix_to_pixD | Pix-to-pix image transformation |
| replace_image_backgroundD | Replace image background |
| restore_imageC | Restore / enhance image quality |
| sd_scribbleC | Scribble to image (ControlNet) |
| list_boardsC | List boards |
| create_boardD | Create a board |
| get_boardC | Get a board |
| delete_boardC | Delete a board |
| update_boardC | Update a board |
| clone_boardC | Clone a board |
| list_statusesB | List statuses on a board |
| create_statusC | Create a status on a board |
| get_statusC | Get a status |
| delete_statusC | Delete a status |
| update_statusC | Update a status |
| move_statusB | Reassign all tasks under this status to another status |
| list_tasksD | List tasks |
| create_taskC | Create a task |
| get_taskC | Get a task |
| delete_taskC | Delete a task |
| update_taskD | Update a task |
| list_subtasksB | List subtasks for a task |
| get_task_activityC | Get task activity stream |
| update_task_assigneesC | Add or remove task assignees |
| update_task_tagsB | Add or remove task tags (by name) |
| update_task_attachmentsC | Add or remove task attachments |
| clone_taskC | Clone a task |
| update_task_custom_fieldsB | Set custom field values on a task |
| get_task_dependenciesB | Get the dependency graph for a task |
| add_task_dependencyC | Add a dependency to a task |
| remove_task_dependencyC | Remove a task dependency |
| search_boardsB | Search boards (Elasticsearch-backed) — prefer listBoards |
| search_tasksC | Search tasks (Elasticsearch-backed) |
| list_workspace_membersC | List workspace members as assignee choices |
| search_recent_tasksC | Recently modified tasks (Elasticsearch-backed) |
| get_social_media_accountsA | List ALL connected social media accounts in one call (omit |
| get_social_media_analytics_rangeB | Get time-series analytics for specific metrics |
| get_social_media_analytics_postsC | Get analytics for social media posts |
| get_social_media_analytics_aggregatedB | Get aggregated analytics for a social media account |
| get_social_media_analytics_audienceC | Get audience analytics for a social media account |
| create_social_media_postD | Create a social media post |
| get_social_media_postsB | Get published social media posts |
| get_social_media_draftsC | Get draft social media posts |
| delete_social_media_postB | Delete a published social media post |
| delete_social_media_draftC | Delete a draft social media post |
| update_social_media_postB | Update a published social media post |
| list_social_media_tagsB | List social-media tags (labels) |
| create_social_media_tagB | Create a new social-media tag (label) |
| update_social_media_draftC | Update a draft social media post |
| create_social_media_review_bundleC | Create a review bundle for social media drafts |
| add_drafts_to_social_media_review_bundleA | Add drafts to an existing review bundle |
| convert_video_formatC | Convert video to a different format |
| merge_videosC | Merge multiple videos into one |
| remove_audioB | Remove audio track from video |
| reverse_videoC | Reverse a video |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/celeryhq/simplified-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server