
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
@mondaydotcomorg/agent-toolkit
Advanced tools
A powerful toolkit for building AI agents that interact with the monday.com API. This package provides a set of tools and utilities to help you create AI-powered integrations with monday.com through Model Context Protocol (MCP) implementation.
npm install @mondaydotcomorg/agent-toolkit
The package provides several modular components that can be imported separately:
@mondaydotcomorg/agent-toolkit/mcp
- MCP server implementation@mondaydotcomorg/agent-toolkit/core
- Core utilities and base classes@mondaydotcomorg/agent-toolkit/openai
- OpenAI integrationThe toolkit includes several pre-built tools for common monday.com operations, organized by functionality:
CreateItemTool
- Create a new item in a monday.com boardDeleteItemTool
- Delete an item from a boardGetBoardItemsTool
- Get items by board id and termCreateUpdateTool
- Create a new update on a specific itemChangeItemColumnValuesTool
- Change the column values of an item in a monday.com boardMoveItemToGroupTool
- Move an item to a group in a monday.com boardCreateBoardTool
- Create a monday.com boardGetBoardSchemaTool
- Get board schema (columns and groups) by board idCreateGroupTool
- Create a new group in a monday.com boardCreateColumnTool
- Create a new column in a monday.com boardDeleteColumnTool
- Delete a column from a monday.com boardCreateFormTool
- Create a monday.com formGetFormTool
- Get a form by its token, found in the form's URLUpdateFormTool
- Update a monday.com form, including updating the form's feature settings, appearance settings, accessibility settings, title, description, question order, form tags, and form passwordFormQuestionsEditorTool
- Create, update, or delete a question in a monday.com formGetUsersTool
- Get users, can be filtered by name or partial nameListUsersAndTeams
- Get users or teams, either by ids, names or by searching the accountAllMondayApiTool
- Execute any monday.com API operation by generating GraphQL queries and mutations dynamicallyGetGraphQLSchemaTool
- Fetch the monday.com GraphQL schema structure including query and mutation definitionsGetTypeDetailsTool
- Get detailed information about a specific GraphQL type from the monday.com API schemaFAQs
monday.com agent toolkit
The npm package @mondaydotcomorg/agent-toolkit receives a total of 1,663 weekly downloads. As such, @mondaydotcomorg/agent-toolkit popularity was classified as popular.
We found that @mondaydotcomorg/agent-toolkit demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 49 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.