@apteva/integrations 0.15.10 → 0.15.11
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/http-executor.d.ts.map +1 -1
- package/dist/http-executor.js +62 -8
- package/dist/http-executor.js.map +1 -1
- package/dist/mcp-generator.js +24 -0
- package/dist/mcp-generator.js.map +1 -1
- package/dist/types.d.ts +4 -0
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/apps/anthropic-admin.json +183 -0
- package/src/apps/aws-ses.json +1 -1
- package/src/apps/braintree.json +53 -0
- package/src/apps/bunny-stream.json +50 -28
- package/src/apps/ccbill.json +142 -0
- package/src/apps/close.json +238 -301
- package/src/apps/craftcloud.json +251 -202
- package/src/apps/dataforseo.json +1700 -2
- package/src/apps/deepgram.json +288 -1
- package/src/apps/elevenlabs.json +9 -0
- package/src/apps/gladia.json +158 -0
- package/src/apps/gmail.json +2 -5
- package/src/apps/gumroad.json +569 -0
- package/src/apps/imaterialise.json +171 -262
- package/src/apps/jlcpcb.json +43 -0
- package/src/apps/jungle-scout.json +166 -0
- package/src/apps/ko-fi.json +34 -0
- package/src/apps/lemon-squeezy.json +270 -0
- package/src/apps/mollie.json +219 -0
- package/src/apps/paddle.json +199 -9
- package/src/apps/payhip.json +162 -0
- package/src/apps/paystack.json +207 -0
- package/src/apps/pipedrive.json +221 -212
- package/src/apps/razorpay.json +207 -0
- package/src/apps/ringover.json +69 -0
- package/src/apps/runpod.json +727 -0
- package/src/apps/salesforce-crm.json +192 -233
- package/src/apps/sculpteo.json +98 -180
- package/src/apps/segpay.json +215 -0
- package/src/apps/shapeways.json +114 -136
- package/src/apps/slant3d.json +260 -168
- package/src/apps/soniox.json +194 -0
- package/src/apps/speechmatics.json +167 -0
- package/src/apps/stripe.json +1 -0
- package/src/apps/surfer.json +511 -0
- package/src/apps/twitter-api.json +14 -1
- package/src/apps/verotel.json +124 -0
- package/src/apps/whop.json +364 -0
- package/src/apps/zendesk-sell.json +248 -0
- package/src/apps/zendesk.json +190 -259
package/src/apps/shapeways.json
CHANGED
|
@@ -1,187 +1,165 @@
|
|
|
1
1
|
{
|
|
2
2
|
"slug": "shapeways",
|
|
3
3
|
"name": "Shapeways",
|
|
4
|
-
"description": "
|
|
4
|
+
"description": "Shapeways API for 3D model management, material lookup, fulfillment orders, and shipping options.",
|
|
5
5
|
"logo": "https://www.google.com/s2/favicons?domain=shapeways.com&sz=128",
|
|
6
|
-
"categories": [
|
|
7
|
-
"3d-printing",
|
|
8
|
-
"shapeways",
|
|
9
|
-
"marketplace",
|
|
10
|
-
"materials",
|
|
11
|
-
"orders"
|
|
12
|
-
],
|
|
6
|
+
"categories": ["3d-printing", "shapeways", "marketplace", "materials", "orders"],
|
|
13
7
|
"base_url": "https://api.shapeways.com",
|
|
14
8
|
"auth": {
|
|
15
|
-
"types": [
|
|
16
|
-
"bearer"
|
|
17
|
-
],
|
|
9
|
+
"types": ["bearer"],
|
|
18
10
|
"headers": {
|
|
19
11
|
"Authorization": "Bearer {{token}}"
|
|
20
12
|
},
|
|
21
13
|
"credential_fields": [
|
|
22
14
|
{
|
|
23
|
-
"name": "
|
|
15
|
+
"name": "token",
|
|
24
16
|
"label": "Access Token",
|
|
25
|
-
"description": "Shapeways OAuth2 access token
|
|
17
|
+
"description": "Shapeways OAuth2 access token."
|
|
26
18
|
}
|
|
27
19
|
]
|
|
28
20
|
},
|
|
29
21
|
"tools": [
|
|
30
22
|
{
|
|
31
|
-
"name": "
|
|
32
|
-
"description": "
|
|
23
|
+
"name": "list_materials",
|
|
24
|
+
"description": "List all available Shapeways materials.",
|
|
25
|
+
"method": "GET",
|
|
26
|
+
"path": "/materials/v1",
|
|
27
|
+
"input_schema": { "type": "object", "properties": {} }
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"name": "get_material",
|
|
31
|
+
"description": "Get detailed information for a Shapeways material.",
|
|
32
|
+
"method": "GET",
|
|
33
|
+
"path": "/materials/{materialId}/v1",
|
|
34
|
+
"input_schema": {
|
|
35
|
+
"type": "object",
|
|
36
|
+
"properties": {
|
|
37
|
+
"materialId": { "type": "integer", "description": "Shapeways material id." }
|
|
38
|
+
},
|
|
39
|
+
"required": ["materialId"]
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "upload_model",
|
|
44
|
+
"description": "Upload a model to Shapeways. The API expects model file data plus fileName and uploadScale for STL/OBJ/VOX.",
|
|
33
45
|
"method": "POST",
|
|
34
|
-
"path": "/
|
|
46
|
+
"path": "/models/v1",
|
|
47
|
+
"multipart_form": {
|
|
48
|
+
"file_fields": {
|
|
49
|
+
"file": "file"
|
|
50
|
+
},
|
|
51
|
+
"field_names": ["fileName", "uploadScale", "title", "description", "isPublic"]
|
|
52
|
+
},
|
|
35
53
|
"input_schema": {
|
|
36
54
|
"type": "object",
|
|
37
55
|
"properties": {
|
|
38
|
-
"file": {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
},
|
|
42
|
-
"
|
|
43
|
-
|
|
44
|
-
"description": "Name for the model"
|
|
45
|
-
},
|
|
46
|
-
"description": {
|
|
47
|
-
"type": "string",
|
|
48
|
-
"description": "Model description"
|
|
49
|
-
},
|
|
50
|
-
"isPublic": {
|
|
51
|
-
"type": "boolean",
|
|
52
|
-
"description": "Make model publicly visible",
|
|
53
|
-
"default": false
|
|
54
|
-
},
|
|
55
|
-
"validateForMaterials": {
|
|
56
|
-
"type": "array",
|
|
57
|
-
"description": "Material IDs to validate against",
|
|
58
|
-
"items": {
|
|
59
|
-
"type": "string"
|
|
60
|
-
}
|
|
61
|
-
}
|
|
56
|
+
"file": { "type": "string", "description": "Model file bytes as base64, data URL, or raw string." },
|
|
57
|
+
"fileName": { "type": "string", "description": "Filename with extension." },
|
|
58
|
+
"uploadScale": { "type": "number", "description": "Scale in meters. Required by Shapeways for STL, OBJ, and VOX files." },
|
|
59
|
+
"title": { "type": "string" },
|
|
60
|
+
"description": { "type": "string" },
|
|
61
|
+
"isPublic": { "type": "boolean" }
|
|
62
62
|
},
|
|
63
|
-
"required": [
|
|
64
|
-
"file",
|
|
65
|
-
"modelName"
|
|
66
|
-
]
|
|
63
|
+
"required": ["file", "fileName"]
|
|
67
64
|
}
|
|
68
65
|
},
|
|
69
66
|
{
|
|
70
|
-
"name": "
|
|
71
|
-
"description": "
|
|
67
|
+
"name": "list_models",
|
|
68
|
+
"description": "List authenticated user's Shapeways models.",
|
|
72
69
|
"method": "GET",
|
|
73
|
-
"path": "/
|
|
70
|
+
"path": "/models/v1",
|
|
71
|
+
"query_params": ["page", "limit"],
|
|
74
72
|
"input_schema": {
|
|
75
73
|
"type": "object",
|
|
76
74
|
"properties": {
|
|
77
|
-
"
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
75
|
+
"page": { "type": "integer" },
|
|
76
|
+
"limit": { "type": "integer" }
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"name": "get_model",
|
|
82
|
+
"description": "Get Shapeways model information and printability/material checks.",
|
|
83
|
+
"method": "GET",
|
|
84
|
+
"path": "/models/{modelId}/v1",
|
|
85
|
+
"input_schema": {
|
|
86
|
+
"type": "object",
|
|
87
|
+
"properties": {
|
|
88
|
+
"modelId": { "type": "integer" }
|
|
89
|
+
},
|
|
90
|
+
"required": ["modelId"]
|
|
91
|
+
}
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"name": "delete_model",
|
|
95
|
+
"description": "Delete a Shapeways model.",
|
|
96
|
+
"method": "DELETE",
|
|
97
|
+
"path": "/models/{modelId}/v1",
|
|
98
|
+
"input_schema": {
|
|
99
|
+
"type": "object",
|
|
100
|
+
"properties": {
|
|
101
|
+
"modelId": { "type": "integer" }
|
|
93
102
|
},
|
|
94
|
-
"required": [
|
|
95
|
-
"modelId"
|
|
96
|
-
]
|
|
103
|
+
"required": ["modelId"]
|
|
97
104
|
}
|
|
98
105
|
},
|
|
99
106
|
{
|
|
100
107
|
"name": "place_order",
|
|
101
|
-
"description": "Place
|
|
102
|
-
"method": "
|
|
103
|
-
"path": "/
|
|
108
|
+
"description": "Place a Shapeways fulfillment order.",
|
|
109
|
+
"method": "POST",
|
|
110
|
+
"path": "/orders/v1",
|
|
111
|
+
"body_root_param": "body",
|
|
104
112
|
"input_schema": {
|
|
105
113
|
"type": "object",
|
|
106
114
|
"properties": {
|
|
107
|
-
"
|
|
108
|
-
"type": "array",
|
|
109
|
-
"description": "Array of items to order",
|
|
110
|
-
"items": {
|
|
111
|
-
"type": "object",
|
|
112
|
-
"properties": {
|
|
113
|
-
"modelId": {
|
|
114
|
-
"type": "string"
|
|
115
|
-
},
|
|
116
|
-
"materialId": {
|
|
117
|
-
"type": "string"
|
|
118
|
-
},
|
|
119
|
-
"quantity": {
|
|
120
|
-
"type": "number",
|
|
121
|
-
"default": 1
|
|
122
|
-
}
|
|
123
|
-
},
|
|
124
|
-
"required": [
|
|
125
|
-
"modelId",
|
|
126
|
-
"materialId"
|
|
127
|
-
]
|
|
128
|
-
}
|
|
129
|
-
},
|
|
130
|
-
"shippingAddress": {
|
|
115
|
+
"body": {
|
|
131
116
|
"type": "object",
|
|
132
|
-
"description": "
|
|
133
|
-
"properties": {
|
|
134
|
-
"firstName": {
|
|
135
|
-
"type": "string"
|
|
136
|
-
},
|
|
137
|
-
"lastName": {
|
|
138
|
-
"type": "string"
|
|
139
|
-
},
|
|
140
|
-
"address1": {
|
|
141
|
-
"type": "string"
|
|
142
|
-
},
|
|
143
|
-
"city": {
|
|
144
|
-
"type": "string"
|
|
145
|
-
},
|
|
146
|
-
"postalCode": {
|
|
147
|
-
"type": "string"
|
|
148
|
-
},
|
|
149
|
-
"countryCode": {
|
|
150
|
-
"type": "string"
|
|
151
|
-
}
|
|
152
|
-
},
|
|
153
|
-
"required": [
|
|
154
|
-
"firstName",
|
|
155
|
-
"lastName",
|
|
156
|
-
"address1",
|
|
157
|
-
"city",
|
|
158
|
-
"postalCode",
|
|
159
|
-
"countryCode"
|
|
160
|
-
]
|
|
117
|
+
"description": "Shapeways order payload: items/models/materials, shipping address, shipping option, and checkout fields."
|
|
161
118
|
}
|
|
162
119
|
},
|
|
163
|
-
"required": [
|
|
164
|
-
"items",
|
|
165
|
-
"shippingAddress"
|
|
166
|
-
]
|
|
120
|
+
"required": ["body"]
|
|
167
121
|
}
|
|
168
122
|
},
|
|
169
123
|
{
|
|
170
|
-
"name": "
|
|
171
|
-
"description": "
|
|
124
|
+
"name": "list_orders",
|
|
125
|
+
"description": "List Shapeways orders for the authenticated account.",
|
|
172
126
|
"method": "GET",
|
|
173
|
-
"path": "/
|
|
127
|
+
"path": "/orders/v1",
|
|
128
|
+
"query_params": ["page", "limit"],
|
|
174
129
|
"input_schema": {
|
|
175
130
|
"type": "object",
|
|
176
131
|
"properties": {
|
|
177
|
-
"
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
132
|
+
"page": { "type": "integer" },
|
|
133
|
+
"limit": { "type": "integer" }
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"name": "get_order",
|
|
139
|
+
"description": "Get Shapeways order details and status.",
|
|
140
|
+
"method": "GET",
|
|
141
|
+
"path": "/orders/{orderId}/v1",
|
|
142
|
+
"input_schema": {
|
|
143
|
+
"type": "object",
|
|
144
|
+
"properties": {
|
|
145
|
+
"orderId": { "type": "integer" }
|
|
146
|
+
},
|
|
147
|
+
"required": ["orderId"]
|
|
148
|
+
}
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"name": "get_shipping_options",
|
|
152
|
+
"description": "Get shipping options for a destination country and optional zip/postal code.",
|
|
153
|
+
"method": "GET",
|
|
154
|
+
"path": "/cart/shipping-options/v1",
|
|
155
|
+
"query_params": ["country", "zipCode"],
|
|
156
|
+
"input_schema": {
|
|
157
|
+
"type": "object",
|
|
158
|
+
"properties": {
|
|
159
|
+
"country": { "type": "string", "description": "2-letter ISO country code." },
|
|
160
|
+
"zipCode": { "type": "string", "description": "Optional destination postal code." }
|
|
181
161
|
},
|
|
182
|
-
"required": [
|
|
183
|
-
"orderId"
|
|
184
|
-
]
|
|
162
|
+
"required": ["country"]
|
|
185
163
|
}
|
|
186
164
|
}
|
|
187
165
|
]
|