1
Ask a question using "normal human language," such as: "What are some of the leads we have in our pipeline?"
The agent should search and return the different leads (items) that match the query.
2
Request full details for a known item, such as: "Tell me more about Delphonic. Provide the full road data for that lead."
The agent should use the internal skill GetRowData and call the information directly from Monday. It should return detailed, comprehensive row data (e.g., relevant date, status).
3
Request an inventory of connected data sources: "What are all the boards I have?"
The agent should search Monday and find and display the list of boards, providing links directly to the boards themselves.
4
Request items matching specific criteria (testing filterable properties): "Tell me all of the in progress leads on the second board."
The agent should return results related to "in progress" leads.
5
Request items matching a specific label: "Find any leads with this status of done."
The agent should return most, though potentially not all, of the matching results.