@mondaydotcomorg/agent-toolkit 5.10.0 → 5.10.1
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.
- package/dist/cjs/core/index.js +1 -1
- package/dist/cjs/core/index.js.map +1 -1
- package/dist/cjs/mcp/index.js +1 -1
- package/dist/cjs/mcp/index.js.map +1 -1
- package/dist/cjs/openai/index.js +1 -1
- package/dist/cjs/openai/index.js.map +1 -1
- package/dist/esm/core/index.js +1 -1
- package/dist/esm/core/index.js.map +1 -1
- package/dist/esm/mcp/index.js +1 -1
- package/dist/esm/mcp/index.js.map +1 -1
- package/dist/esm/openai/index.js +1 -1
- package/dist/esm/openai/index.js.map +1 -1
- package/package.json +1 -1
package/dist/esm/mcp/index.js
CHANGED
|
@@ -940,7 +940,7 @@ import{z as e,ZodType as t}from"zod";import{zodToJsonSchema as a}from"zod-to-jso
|
|
|
940
940
|
id
|
|
941
941
|
}
|
|
942
942
|
}
|
|
943
|
-
`,Yh=e.object({phone:e.string().describe("The phone number."),country_short_name:e.string().describe('The ISO 3166-1 alpha-2 country code (e.g. "US").')}),Kh=e.object({country_name:e.string().describe('The full country name (e.g. "United States").'),country_code:e.string().describe('The ISO 3166-1 alpha-2 country code (e.g. "US").')}),Jh=e.object({date:e.string().describe("The date in YYYY-MM-DD format."),zone_diff:e.number().int().optional().describe("UTC offset in minutes.")}),Xh=e.object({from:e.string().describe("Start date in YYYY-MM-DD format."),to:e.string().describe("End date in YYYY-MM-DD format.")}),Zh=e.object({lat:e.number().describe("Latitude."),lng:e.number().describe("Longitude."),place_id:e.string().describe("Google Maps place ID."),address:e.string().describe("Full formatted address."),country:e.object({long_name:e.string().describe("Full country name."),short_name:e.string().describe("ISO 3166-1 alpha-2 country code.")}),city:e.object({long_name:e.string().describe("Full city name."),short_name:e.string().describe("Abbreviated city name.")}),street:e.object({long_name:e.string().describe("Full street name."),short_name:e.string().describe("Abbreviated street name.")}),street_number:e.object({long_name:e.string().describe("Full street number."),short_name:e.string().describe("Abbreviated street number.")})}),ef=e.object({id:e.string().describe("The file ID returned by the workforms upload endpoint."),name:e.string().describe('Original file name (e.g. "image.png").'),extension:e.string().optional().describe('File extension (e.g. "pdf", "png").'),is_image:e.boolean().optional().describe("Whether the file is an image.")}),tf=e.object({question_id:e.string().describe("The ID of the question being answered."),name:e.string().optional().describe("Answer for name questions."),email:e.string().optional().describe("Answer for email questions."),short_text:e.string().optional().describe("Answer for short text questions."),long_text:e.string().optional().describe("Answer for long text questions."),link:e.string().optional().describe("Answer for link questions."),updates:e.string().optional().describe("Answer for updates questions."),boolean:e.boolean().optional().describe("Answer for boolean questions."),number:e.number().optional().describe("Answer for number questions."),rating:e.number().
|
|
943
|
+
`,Yh=e.object({phone:e.string().describe("The phone number."),country_short_name:e.string().describe('The ISO 3166-1 alpha-2 country code (e.g. "US").')}),Kh=e.object({country_name:e.string().describe('The full country name (e.g. "United States").'),country_code:e.string().describe('The ISO 3166-1 alpha-2 country code (e.g. "US").')}),Jh=e.object({date:e.string().describe("The date in YYYY-MM-DD format."),zone_diff:e.number().int().optional().describe("UTC offset in minutes.")}),Xh=e.object({from:e.string().describe("Start date in YYYY-MM-DD format."),to:e.string().describe("End date in YYYY-MM-DD format.")}),Zh=e.object({lat:e.number().describe("Latitude."),lng:e.number().describe("Longitude."),place_id:e.string().describe("Google Maps place ID."),address:e.string().describe("Full formatted address."),country:e.object({long_name:e.string().describe("Full country name."),short_name:e.string().describe("ISO 3166-1 alpha-2 country code.")}),city:e.object({long_name:e.string().describe("Full city name."),short_name:e.string().describe("Abbreviated city name.")}),street:e.object({long_name:e.string().describe("Full street name."),short_name:e.string().describe("Abbreviated street name.")}),street_number:e.object({long_name:e.string().describe("Full street number."),short_name:e.string().describe("Abbreviated street number.")})}),ef=e.object({id:e.string().describe("The file ID returned by the workforms upload endpoint."),name:e.string().describe('Original file name (e.g. "image.png").'),extension:e.string().optional().describe('File extension (e.g. "pdf", "png").'),is_image:e.boolean().optional().describe("Whether the file is an image.")}),tf=e.object({question_id:e.string().describe("The ID of the question being answered."),name:e.string().optional().describe("Answer for name questions."),email:e.string().optional().describe("Answer for email questions."),short_text:e.string().optional().describe("Answer for short text questions."),long_text:e.string().optional().describe("Answer for long text questions."),link:e.string().optional().describe("Answer for link questions."),updates:e.string().optional().describe("Answer for updates questions."),boolean:e.boolean().optional().describe("Answer for boolean questions."),number:e.number().optional().describe("Answer for number questions."),rating:e.number().min(1).optional().describe("Answer for rating questions. Must be a positive number within the question's configured limit."),single_select:e.string().optional().describe("Answer for single-select questions — the selected option ID."),multi_select:e.array(e.number()).optional().describe("Answer for multi-select questions — list of selected option IDs."),people:e.array(e.string()).optional().describe("Answer for people questions — list of user IDs. Obtain user IDs via the list_users_and_teams tool."),connected_boards:e.array(e.string()).optional().describe("Answer for connected boards questions — list of connected item IDs."),phone:Yh.optional().describe("Answer for phone questions."),country:Kh.optional().describe("Answer for country questions."),date:Jh.optional().describe("Answer for date questions."),date_range:Xh.optional().describe("Answer for date range questions."),location:Zh.optional().describe("Answer for location questions. Requires a Google Maps place ID and structured address components."),file:e.array(ef).optional().describe("Answer for file questions. Each file must be uploaded first to obtain a file ID. Up to the question's configured limit."),signature:ef.optional().describe("Answer for signature questions. The file must be uploaded first to obtain a file ID.")}).describe("An answer for a single form question. Set question_id and exactly one answer field matching the question type. Subitems questions are not supported."),af={form_token:e.string().describe("The unique token identifying the WorkForm. Can be a bare token, a full WorkForm URL (e.g. https://forms.monday.com/forms/abc123?r=use1), or a shortened wkf.ms URL (e.g. https://wkf.ms/4tqP28t). Shortened URLs are automatically resolved by following the redirect."),answers:e.array(tf).describe("Array of answers to submit. Each answer specifies a question_id and the value for that question type."),form_timezone_offset:e.number().int().min(-840).max(840).describe("The timezone offset of the submitter in minutes (e.g. -120 for UTC-2, 0 for UTC)."),password:e.string().optional().describe("The password for the WorkForm. Only required if the WorkForm has password protection enabled (check features.password.enabled from get_form). If required, ask the user for the password before submitting."),tags:e.array(e.object({column_id:e.string().describe("The column ID this tag maps to."),value:e.string().describe("The tag value to submit.")})).optional().describe("Tags to attach to the submission — each tag maps a value to a specific board column.")};const rf=Object.fromEntries(Object.entries(mp).filter((([e])=>"Person"!==e))),of={columnType:e.nativeEnum(rf).describe("The type of the column to be created"),columnTitle:e.string().describe("The title of the column to be created"),columnDescription:e.string().optional().describe("The description of the column to be created"),columnSettings:e.string().optional().describe(`Column-specific configuration settings as a JSON string. Use get_column_type_info with fetchMode "${du.Schema}" for the JSON schema for the given column type.`)},nf={boardId:e.number().describe("The id of the board to which the new column will be added"),...of};const sf={columnId:e.string().describe("The id of the column to update"),columnType:e.nativeEnum(rf).describe("The type of the column being updated. Must match the existing column type."),revision:e.string().describe("The current revision of the column, obtained from get_board_schema. Used for optimistic concurrency control: if the column changed since you read it, the request will fail and you should re-fetch the latest revision before retrying."),columnTitle:e.string().optional().describe("The new title of the column. If omitted, the title is unchanged."),columnDescription:e.string().optional().describe("The new description of the column. If omitted, the description is unchanged."),columnSettings:e.string().optional().describe(`Type-specific configuration as a JSON string. Use get_column_type_info with fetchMode "${du.Schema}" for the JSON schema for the given column type. If omitted, settings are unchanged.`)},df={boardId:e.number().describe("The id of the board containing the column"),...sf};const pf={color:e.nativeEnum(up).describe("The color of the custom activity"),icon_id:e.nativeEnum(hp).describe("The icon ID of the custom activity"),name:e.string().describe("The name of the custom activity")};const lf=Tc`
|
|
944
944
|
mutation createNotification($user_id: ID!, $target_id: ID!, $text: String!, $target_type: NotificationTargetType!) {
|
|
945
945
|
create_notification(user_id: $user_id, target_id: $target_id, text: $text, target_type: $target_type) {
|
|
946
946
|
text
|