Worksection MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| WORKSECTION_URL | Yes | The URL of your Worksection account (e.g., https://yourcompany.worksection.com) | |
| WORKSECTION_API_KEY | Yes | Your Worksection API key, found in Account → API → Show API key |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| worksection_get_projectsA | List all projects in the Worksection account with optional filtering by status. Args:
Returns: List of projects with id, name, status, folder, author, manager, dates, estimates, tags. |
| worksection_get_projectA | Get detailed information about a specific Worksection project by its ID. Args:
Returns: Project details including name, status, dates, team members, settings. |
| worksection_create_projectB | Create a new project in Worksection. Args:
Returns: Created project data with ID. |
| worksection_update_projectA | Update an existing Worksection project. Only provided fields will be updated. Args:
Returns: Updated project data. |
| worksection_archive_projectB | Archive (close) a Worksection project. Args:
Returns: Confirmation of archival. |
| worksection_activate_projectA | Activate (unarchive) a previously archived Worksection project. Args:
Returns: Confirmation of activation. |
| worksection_get_project_foldersA | Get all project folders (groups) in the Worksection account. Returns: List of folders with id and name. |
| worksection_get_all_tasksA | Get all tasks across all projects in the Worksection account. Args:
Returns: List of tasks with id, name, status, priority, author, assignee, project, dates, estimates, tags. Note: This may return a large dataset. Use filter="active" or get tasks per project for better performance. |
| worksection_get_tasksA | Get all tasks for a specific Worksection project. Args:
Returns: List of tasks in the project with full details. |
| worksection_get_taskA | Get detailed information about a specific task. Args:
Returns: Full task details including description, subtasks, files, relations. |
| worksection_create_taskA | Create a new task in a Worksection project. Args:
Returns: Created task data with ID. |
| worksection_update_taskB | Update an existing task. Only provided fields will be changed. Args:
Returns: Updated task data. |
| worksection_complete_taskB | Mark a task as completed (done). Args:
Returns: Confirmation. |
| worksection_reopen_taskA | Reopen a previously completed task. Args:
Returns: Confirmation. |
| worksection_search_tasksA | Search for tasks across the account using various criteria. Args:
Returns: List of matching tasks. |
| worksection_get_commentsA | Get all comments for a specific Worksection task. Args:
Returns: List of comments with author, text, date, and optionally file attachments. |
| worksection_post_commentA | Add a comment to a Worksection task. Args:
Returns: Created comment data. |
| worksection_get_membersA | Get all members (users) of the Worksection account. Returns: List of members with id, email, name, online status, and role. |
| worksection_add_project_membersB | Add one or more members to a Worksection project team. Args:
Returns: Confirmation. |
| worksection_get_tagsA | Get all available tags (labels/statuses) for projects or tasks. Args:
Returns: List of tags with id and name. |
| worksection_set_task_tagsB | Set tags (labels/statuses) on a Worksection task. Args:
Returns: Confirmation. |
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
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/novgorodskii/worksection-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server