AgentSkillsCN

integration-monday-com

通过 AgenCo 可用的 monday.com 操作

SKILL.md
--- frontmatter
name: integration-monday-com
description: "monday.com actions available through AgenCo"
user-invocable: false
disable-model-invocation: false

monday.com

Actions available through AgenCo secure gateway. All credentials are stored in the cloud vault — never exposed locally.

Actions

ActionDescription
get_boardsLists all available boards to find workspaces and projects
get_board_itemsRetrieves items from a specific board with column values
create_itemCreates new items on a board with specified column values
update_item_nameChanges the name of an existing item
change_column_valueUpdates specific column values like status, date, or person
delete_itemRemoves an item from the board
create_boardCreates a new board with specified columns and structure
create_columnAdds new columns to boards for additional data tracking
create_updatePosts updates and comments on items for team communication
get_usersRetrieves team members for assignment and collaboration

How to Use

Always search first to discover exact tool names and their input schemas, then call the tool.

Step 1: Search for the tool

bash
agenco search-tools '{"queries":["monday com get boards"]}'

The response includes toolName (exact name) and inputSchema (required/optional parameters).

Step 2: Call the tool

Use the exact toolName and match the inputSchema from the search results:

bash
agenco call-tool '{"toolName":"<toolName from search>","input":{...}}'

Example

bash
# Find the right tool
agenco search-tools '{"queries":["monday com get boards"]}'

# Call it (use the exact toolName and schema from the search result)
agenco call-tool '{"toolName":"monday-com_get_boards","input":{...}}'

If monday.com is not connected, run agenco list-connected-integrations to check, then connect it via the Shield UI.