@zapier/zapier-sdk-mcp 0.3.24 → 0.3.25

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.
Files changed (2) hide show
  1. package/README.md +5 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -123,6 +123,7 @@ pnpm test
123
123
  - [`get-profile`](#get-profile)
124
124
  - [Actions](#actions)
125
125
  - [`get-action`](#get-action)
126
+ - [`get-input-fields-schema`](#get-input-fields-schema)
126
127
  - [`list-actions`](#list-actions)
127
128
  - [`list-input-field-choices`](#list-input-field-choices)
128
129
  - [`list-input-fields`](#list-input-fields)
@@ -154,6 +155,10 @@ Get current user's profile information
154
155
 
155
156
  Get detailed information about a specific action
156
157
 
158
+ #### `get-input-fields-schema`
159
+
160
+ Get the JSON Schema representation of input fields for an action. Returns a JSON Schema object describing the structure, types, and validation rules for the action's input parameters.
161
+
157
162
  #### `list-actions`
158
163
 
159
164
  List all actions for a specific app
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zapier/zapier-sdk-mcp",
3
- "version": "0.3.24",
3
+ "version": "0.3.25",
4
4
  "description": "MCP server for Zapier SDK",
5
5
  "main": "dist/index.mjs",
6
6
  "types": "dist/index.d.mts",
@@ -21,7 +21,7 @@
21
21
  "dependencies": {
22
22
  "@modelcontextprotocol/sdk": "^1.17.3",
23
23
  "zod": "^3.22.4",
24
- "@zapier/zapier-sdk": "0.15.0"
24
+ "@zapier/zapier-sdk": "0.15.1"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@types/node": "^20.0.0",