@mondaydotcomorg/agent-toolkit 5.55.0 → 5.56.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -522,7 +522,7 @@
522
522
  }
523
523
  }
524
524
  }
525
- `,Nu="INVALID_TOOL_ARGS";class Ou extends Error{constructor(e,t){super(e),this.name="ToolValidationError",this.code=t}}function ku(e,t){if(e instanceof Ou)throw e;const a=e?.response?.errors?.map((e=>{const{code:t,error_data:a}=e.extensions??{},i=Object.fromEntries(Object.entries({code:t,error_data:a}).filter((([,e])=>void 0!==e)));return Object.keys(i).length>0?`${e.message} (details: ${JSON.stringify(i)})`:e.message}))?.join(", ");if(a){const i=new Error(`Failed to ${t}: ${a}`);throw i.response=e.response,i}const i=e instanceof Error?e.message:"Unknown error";throw new Error(`Failed to ${t}: ${i}`)}function Ru(e){if(e instanceof Error&&"AbortError"===e.name)throw new Error("Search has timed out, try providing alternative search term")}function Cu(e){const t=e?.response;return 429===t?.status}function Pu(e,t){const a=e instanceof Error?e.message:String(e),i=function(e,t){const a=e?.response,i=e instanceof Error?e.message:String(e);if(e instanceof Ou)return{message:i,tool:t?.toolName,errors:[{code:e.code,message:i,path:[]}]};if(a?.errors?.length){const e=Object.keys(a.headers||{}).length>0?a.headers:void 0;return{message:i,tool:t?.toolName,...a.extensions??{},status:a.status,headers:e,...null!=a.data?{partial_success:!0}:{},errors:a.errors.map((e=>({message:e.message,path:e.path,...e.extensions??{}})))}}return{message:i,tool:t?.toolName}}(e,{toolName:t?.toolName});return{structuredContent:i,content:[{type:"text",text:`${t?.errorPrefix??"Error: "}${a}`}],isError:!0}}const $u={query:e.z.string().describe("Custom GraphQL query/mutation. you need to provide the full query / mutation"),variables:e.z.string().describe("JSON string containing the variables for the GraphQL operation")};class xu extends xn{constructor(e,t){super(e,t),this.name="all_monday_api",this.type=Qi.ALL_API,this.annotations=$n({title:"Run Query or Mutation on any monday.com API",readOnlyHint:!1,destructiveHint:!0,idempotentHint:!1})}getDescription(){return"Execute any monday.com API operation by generating GraphQL queries and mutations dynamically. Make sure you ask only for the fields you need and nothing more. When providing the query/mutation - use get_graphql_schema and get_type_details tools first to understand the schema before crafting your query."}getInputSchema(){return $u}async loadSchema(e){if(xu.schemaCache[e])return xu.schemaCache[e];try{const t=await this.mondayApi.rawRequest(yu),{data:a}=t,i=Md(a);return xu.schemaCache[e]=i,i}catch(e){throw new Error(`Failed to load GraphQL schema: ${e instanceof Error?e.message:"Unknown error"}`)}}countGraphqlOperations(e){const t={},a={};for(const i of e.definitions){if("OperationDefinition"!==i.kind)continue;const e=this.getGraphqlOperationKey(i);i.operation===Jn.MUTATION?a[e]=(a[e]??0)+1:i.operation===Jn.QUERY&&(t[e]=(t[e]??0)+1)}return{graphql_queries:t,graphql_mutations:a}}getGraphqlOperationKey(e){if(e.name?.value)return e.name.value;const t=e.selectionSet.selections[0];return"Field"===t?.kind?t.name.value:"<anonymous>"}recordGraphqlOperationCounts(e){const{graphql_queries:t,graphql_mutations:a}=this.countGraphqlOperations(e);this.sessionContext.metadata??={},this.sessionContext.metadata.graphql_queries=t,this.sessionContext.metadata.graphql_mutations=a}async validateOperation(e,t){return Fd(await this.loadSchema(t),e).map((e=>e.message))}async executeInternal(e){const{query:t,variables:a}=e;let i={};try{i=JSON.parse(a)}catch(e){throw new Error(`Error parsing variables: ${e instanceof Error?e.message:"Unknown error"}`)}const n=Rr(t);this.recordGraphqlOperationCounts(n);const r=await this.validateOperation(n,this.context?.apiVersion??pn);if(r.length>0)throw new Error(r.join(", "));try{return{content:await this.mondayApi.request(t,i)}}catch(e){ku(e,"execute GraphQL operation")}}}xu.schemaCache={};const Lu=1e3;var Uu,Fu;!function(e){e[e.YEAR=31536e3]="YEAR",e[e.MONTH31Days=2678400]="MONTH31Days",e[e.MONTH30Days=2592e3]="MONTH30Days",e[e.MONTH29Days=2505600]="MONTH29Days",e[e.MONTH28Days=2419200]="MONTH28Days",e[e.WEEK=604800]="WEEK",e[e.DAY=86400]="DAY",e[e.HOUR=3600]="HOUR",e[e.MINUTE=60]="MINUTE"}(Uu||(Uu={})),function(e){e[e.YEAR=31536e6]="YEAR",e[e.MONTH31Days=26784e5]="MONTH31Days",e[e.MONTH30Days=2592e6]="MONTH30Days",e[e.MONTH29Days=25056e5]="MONTH29Days",e[e.MONTH28Days=24192e5]="MONTH28Days",e[e.DAY=864e5]="DAY",e[e.HOUR=36e5]="HOUR",e[e.MINUTE=6e4]="MINUTE",e[e.SECOND=Lu]="SECOND"}(Fu||(Fu={}));const zu=10*Fu.SECOND;async function Mu(e,t){const a={value:!1},i=t.isRateLimitError??Cu;return async function(e,t){const a=new Array(e.length);let i=0;const n=Math.min(t,e.length);return await Promise.allSettled(Array.from({length:n},(async()=>{for(;i<e.length;){const t=i++;a[t]=await e[t]()}}))),a}(e.map(((e,n)=>async()=>{if(a.value)return t.onSkipped(n);try{return await e()}catch(e){return i(e)&&(a.value=!0),t.onError(e,n)}})),t.limit)}const Vu={itemId:e.z.number().describe("The ID of the item to be updated"),columnValues:e.z.string().describe('A string containing the new column values for the item following this structure: {\\"column_id\\": \\"value\\",... you can change multiple columns at once, note that for status column you must use nested value with \'label\' as a key and for date column use \'date\' as key} - example: "{\\"text_column_id\\":\\"New text\\", \\"status_column_id\\":{\\"label\\":\\"Done\\"}, \\"date_column_id\\":{\\"date\\":\\"2023-05-25\\"}, \\"phone_id\\":\\"123-456-7890\\", \\"email_id\\":\\"test@example.com\\"}"'),createLabelsIfMissing:e.z.boolean().optional().describe("If true, create missing Status/Dropdown labels when setting those columns. Requires permission to change board structure. Omit or false to only use existing labels.")},ju={boardId:e.z.number().describe("The ID of the board that contains the item to be updated"),...Vu};class Bu extends xn{constructor(){super(...arguments),this.name="change_item_column_values",this.type=Qi.WRITE,this.annotations=$n({title:"Change Item Column Values",readOnlyHint:!1,destructiveHint:!1,idempotentHint:!0})}getDescription(){return"Change the column values of an item in a monday.com board. [REQUIRED PRECONDITION]: For board-relation linking tasks, call link_board_items_workflow before using this tool."}getInputSchema(){return this.context?.boardId?Vu:ju}async executeInternal(e){const t={boardId:(this.context?.boardId??e.boardId).toString(),itemId:e.itemId.toString(),columnValues:e.columnValues,...void 0!==e.createLabelsIfMissing&&{createLabelsIfMissing:e.createLabelsIfMissing}};let a;try{a=Object.keys(JSON.parse(e.columnValues))}catch(e){throw new Ou(`Invalid columnValues JSON: ${e.message}`,"INVALID_COLUMN_VALUES_JSON")}const i=await this.mondayApi.request(uu,{...t,columnIds:a}),n=i.change_multiple_column_values?.column_values?.reduce(((e,t)=>(e[t.id]=t.value??null,e)),{});return{content:{message:`Item ${i.change_multiple_column_values?.id} successfully updated`,item_id:i.change_multiple_column_values?.id,item_name:i.change_multiple_column_values?.name,item_url:i.change_multiple_column_values?.url,column_values:n}}}}const qu=ru`
525
+ `,Nu="INVALID_TOOL_ARGS";class Ou extends Error{constructor(e,t){super(e),this.name="ToolValidationError",this.code=t}}function ku(e,t){if(e instanceof Ou)throw e;const a=e?.response?.errors?.map((e=>{const{code:t,error_data:a}=e.extensions??{},i=Object.fromEntries(Object.entries({code:t,error_data:a}).filter((([,e])=>void 0!==e)));return Object.keys(i).length>0?`${e.message} (details: ${JSON.stringify(i)})`:e.message}))?.join(", ");if(a){const i=new Error(`Failed to ${t}: ${a}`);throw i.response=e.response,i}const i=e instanceof Error?e.message:"Unknown error";throw new Error(`Failed to ${t}: ${i}`)}function Ru(e){if(e instanceof Error&&"AbortError"===e.name)throw new Error("Search has timed out, try providing alternative search term")}function Cu(e){const t=e?.response;return 429===t?.status}function Pu(e,t){const a=e instanceof Error?e.message:String(e),i=function(e,t){const a=e?.response,i=e instanceof Error?e.message:String(e);if(e instanceof Ou)return{message:i,tool:t?.toolName,errors:[{code:e.code,message:i,path:[]}]};if(a?.errors?.length){const e=Object.keys(a.headers||{}).length>0?a.headers:void 0;return{message:i,tool:t?.toolName,...a.extensions??{},status:a.status,headers:e,...null!=a.data?{partial_success:!0}:{},errors:a.errors.map((e=>({message:e.message,path:e.path,...e.extensions??{}})))}}return{message:i,tool:t?.toolName}}(e,{toolName:t?.toolName});return{structuredContent:i,content:[{type:"text",text:`${t?.errorPrefix??"Error: "}${a}`}],isError:!0}}const $u={query:e.z.string().describe("Custom GraphQL query/mutation. you need to provide the full query / mutation"),variables:e.z.string().describe("JSON string containing the variables for the GraphQL operation")};class xu extends xn{constructor(e,t){super(e,t),this.name="all_monday_api",this.type=Qi.ALL_API,this.annotations=$n({title:"Run Query or Mutation on any monday.com API",readOnlyHint:!1,destructiveHint:!0,idempotentHint:!1})}getDescription(){return"Execute any monday.com API operation by generating GraphQL queries and mutations dynamically. Make sure you ask only for the fields you need and nothing more. When providing the query/mutation - use get_graphql_schema and get_type_details tools first to understand the schema before crafting your query."}getInputSchema(){return $u}async loadSchema(e){if(xu.schemaCache[e])return xu.schemaCache[e];try{const t=await this.mondayApi.rawRequest(yu),{data:a}=t,i=Md(a);return xu.schemaCache[e]=i,i}catch(e){throw new Error(`Failed to load GraphQL schema: ${e instanceof Error?e.message:"Unknown error"}`)}}countGraphqlOperations(e){const t={},a={};for(const i of e.definitions){if("OperationDefinition"!==i.kind)continue;const e=i.operation===Jn.MUTATION?a:i.operation===Jn.QUERY?t:null;if(e)for(const t of i.selectionSet.selections){if("Field"!==t.kind)continue;const a=t.name.value;e[a]=(e[a]??0)+1}}return{graphql_queries:t,graphql_mutations:a}}recordGraphqlOperationCounts(e){const{graphql_queries:t,graphql_mutations:a}=this.countGraphqlOperations(e);this.sessionContext.metadata??={},this.sessionContext.metadata.graphql_queries=t,this.sessionContext.metadata.graphql_mutations=a}async validateOperation(e,t){return Fd(await this.loadSchema(t),e).map((e=>e.message))}async executeInternal(e){const{query:t,variables:a}=e;let i={};try{i=JSON.parse(a)}catch(e){throw new Error(`Error parsing variables: ${e instanceof Error?e.message:"Unknown error"}`)}const n=Rr(t);this.recordGraphqlOperationCounts(n);const r=await this.validateOperation(n,this.context?.apiVersion??pn);if(r.length>0)throw new Error(r.join(", "));try{return{content:await this.mondayApi.request(t,i)}}catch(e){ku(e,"execute GraphQL operation")}}}xu.schemaCache={};const Lu=1e3;var Uu,Fu;!function(e){e[e.YEAR=31536e3]="YEAR",e[e.MONTH31Days=2678400]="MONTH31Days",e[e.MONTH30Days=2592e3]="MONTH30Days",e[e.MONTH29Days=2505600]="MONTH29Days",e[e.MONTH28Days=2419200]="MONTH28Days",e[e.WEEK=604800]="WEEK",e[e.DAY=86400]="DAY",e[e.HOUR=3600]="HOUR",e[e.MINUTE=60]="MINUTE"}(Uu||(Uu={})),function(e){e[e.YEAR=31536e6]="YEAR",e[e.MONTH31Days=26784e5]="MONTH31Days",e[e.MONTH30Days=2592e6]="MONTH30Days",e[e.MONTH29Days=25056e5]="MONTH29Days",e[e.MONTH28Days=24192e5]="MONTH28Days",e[e.DAY=864e5]="DAY",e[e.HOUR=36e5]="HOUR",e[e.MINUTE=6e4]="MINUTE",e[e.SECOND=Lu]="SECOND"}(Fu||(Fu={}));const zu=10*Fu.SECOND;async function Mu(e,t){const a={value:!1},i=t.isRateLimitError??Cu;return async function(e,t){const a=new Array(e.length);let i=0;const n=Math.min(t,e.length);return await Promise.allSettled(Array.from({length:n},(async()=>{for(;i<e.length;){const t=i++;a[t]=await e[t]()}}))),a}(e.map(((e,n)=>async()=>{if(a.value)return t.onSkipped(n);try{return await e()}catch(e){return i(e)&&(a.value=!0),t.onError(e,n)}})),t.limit)}const Vu={itemId:e.z.number().describe("The ID of the item to be updated"),columnValues:e.z.string().describe('A string containing the new column values for the item following this structure: {\\"column_id\\": \\"value\\",... you can change multiple columns at once, note that for status column you must use nested value with \'label\' as a key and for date column use \'date\' as key} - example: "{\\"text_column_id\\":\\"New text\\", \\"status_column_id\\":{\\"label\\":\\"Done\\"}, \\"date_column_id\\":{\\"date\\":\\"2023-05-25\\"}, \\"phone_id\\":\\"123-456-7890\\", \\"email_id\\":\\"test@example.com\\"}"'),createLabelsIfMissing:e.z.boolean().optional().describe("If true, create missing Status/Dropdown labels when setting those columns. Requires permission to change board structure. Omit or false to only use existing labels.")},ju={boardId:e.z.number().describe("The ID of the board that contains the item to be updated"),...Vu};class Bu extends xn{constructor(){super(...arguments),this.name="change_item_column_values",this.type=Qi.WRITE,this.annotations=$n({title:"Change Item Column Values",readOnlyHint:!1,destructiveHint:!1,idempotentHint:!0})}getDescription(){return"Change the column values of an item in a monday.com board. [REQUIRED PRECONDITION]: For board-relation linking tasks, call link_board_items_workflow before using this tool."}getInputSchema(){return this.context?.boardId?Vu:ju}async executeInternal(e){const t={boardId:(this.context?.boardId??e.boardId).toString(),itemId:e.itemId.toString(),columnValues:e.columnValues,...void 0!==e.createLabelsIfMissing&&{createLabelsIfMissing:e.createLabelsIfMissing}};let a;try{a=Object.keys(JSON.parse(e.columnValues))}catch(e){throw new Ou(`Invalid columnValues JSON: ${e.message}`,"INVALID_COLUMN_VALUES_JSON")}const i=await this.mondayApi.request(uu,{...t,columnIds:a}),n=i.change_multiple_column_values?.column_values?.reduce(((e,t)=>(e[t.id]=t.value??null,e)),{});return{content:{message:`Item ${i.change_multiple_column_values?.id} successfully updated`,item_id:i.change_multiple_column_values?.id,item_name:i.change_multiple_column_values?.name,item_url:i.change_multiple_column_values?.url,column_values:n}}}}const qu=ru`
526
526
  query GetObjectSchemas($ids: [ID!], $names: [String!], $limit: Int, $page: Int, $excludeCreatedByMonday: Boolean) {
527
527
  get_object_schemas(ids: $ids, names: $names, limit: $limit, page: $page, exclude_created_by_monday: $excludeCreatedByMonday) {
528
528
  id