@composio/client 0.1.0-alpha.10 → 0.1.0-alpha.12

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 (185) hide show
  1. package/CHANGELOG.md +36 -0
  2. package/README.md +7 -7
  3. package/client.d.mts +6 -6
  4. package/client.d.mts.map +1 -1
  5. package/client.d.ts +6 -6
  6. package/client.d.ts.map +1 -1
  7. package/client.js.map +1 -1
  8. package/client.mjs.map +1 -1
  9. package/package.json +1 -1
  10. package/resources/auth-configs.d.mts +168 -29
  11. package/resources/auth-configs.d.mts.map +1 -1
  12. package/resources/auth-configs.d.ts +168 -29
  13. package/resources/auth-configs.d.ts.map +1 -1
  14. package/resources/auth-configs.js +50 -4
  15. package/resources/auth-configs.js.map +1 -1
  16. package/resources/auth-configs.mjs +50 -4
  17. package/resources/auth-configs.mjs.map +1 -1
  18. package/resources/connected-accounts.d.mts +80 -17
  19. package/resources/connected-accounts.d.mts.map +1 -1
  20. package/resources/connected-accounts.d.ts +80 -17
  21. package/resources/connected-accounts.d.ts.map +1 -1
  22. package/resources/connected-accounts.js +56 -4
  23. package/resources/connected-accounts.js.map +1 -1
  24. package/resources/connected-accounts.mjs +56 -4
  25. package/resources/connected-accounts.mjs.map +1 -1
  26. package/resources/files.d.mts +72 -23
  27. package/resources/files.d.mts.map +1 -1
  28. package/resources/files.d.ts +72 -23
  29. package/resources/files.d.ts.map +1 -1
  30. package/resources/files.js +20 -2
  31. package/resources/files.js.map +1 -1
  32. package/resources/files.mjs +20 -2
  33. package/resources/files.mjs.map +1 -1
  34. package/resources/index.d.mts +3 -3
  35. package/resources/index.d.mts.map +1 -1
  36. package/resources/index.d.ts +3 -3
  37. package/resources/index.d.ts.map +1 -1
  38. package/resources/index.js.map +1 -1
  39. package/resources/index.mjs.map +1 -1
  40. package/resources/mcp/custom.d.mts +87 -0
  41. package/resources/mcp/custom.d.mts.map +1 -0
  42. package/resources/mcp/custom.d.ts +87 -0
  43. package/resources/mcp/custom.d.ts.map +1 -0
  44. package/resources/mcp/custom.js +26 -0
  45. package/resources/mcp/custom.js.map +1 -0
  46. package/resources/mcp/custom.mjs +22 -0
  47. package/resources/mcp/custom.mjs.map +1 -0
  48. package/resources/mcp/index.d.mts +2 -2
  49. package/resources/mcp/index.d.mts.map +1 -1
  50. package/resources/mcp/index.d.ts +2 -2
  51. package/resources/mcp/index.d.ts.map +1 -1
  52. package/resources/mcp/index.js +3 -3
  53. package/resources/mcp/index.js.map +1 -1
  54. package/resources/mcp/index.mjs +1 -1
  55. package/resources/mcp/index.mjs.map +1 -1
  56. package/resources/mcp/mcp.d.mts +322 -217
  57. package/resources/mcp/mcp.d.mts.map +1 -1
  58. package/resources/mcp/mcp.d.ts +322 -217
  59. package/resources/mcp/mcp.d.ts.map +1 -1
  60. package/resources/mcp/mcp.js +72 -25
  61. package/resources/mcp/mcp.js.map +1 -1
  62. package/resources/mcp/mcp.mjs +72 -25
  63. package/resources/mcp/mcp.mjs.map +1 -1
  64. package/resources/migration.d.mts +11 -2
  65. package/resources/migration.d.mts.map +1 -1
  66. package/resources/migration.d.ts +11 -2
  67. package/resources/migration.d.ts.map +1 -1
  68. package/resources/migration.js +3 -1
  69. package/resources/migration.js.map +1 -1
  70. package/resources/migration.mjs +3 -1
  71. package/resources/migration.mjs.map +1 -1
  72. package/resources/org/api-key.d.mts +23 -2
  73. package/resources/org/api-key.d.mts.map +1 -1
  74. package/resources/org/api-key.d.ts +23 -2
  75. package/resources/org/api-key.d.ts.map +1 -1
  76. package/resources/org/api-key.js +15 -2
  77. package/resources/org/api-key.js.map +1 -1
  78. package/resources/org/api-key.mjs +15 -2
  79. package/resources/org/api-key.mjs.map +1 -1
  80. package/resources/org/project/api-keys.d.mts +114 -22
  81. package/resources/org/project/api-keys.d.mts.map +1 -1
  82. package/resources/org/project/api-keys.d.ts +114 -22
  83. package/resources/org/project/api-keys.d.ts.map +1 -1
  84. package/resources/org/project/api-keys.js +57 -0
  85. package/resources/org/project/api-keys.js.map +1 -1
  86. package/resources/org/project/api-keys.mjs +57 -0
  87. package/resources/org/project/api-keys.mjs.map +1 -1
  88. package/resources/org/project/project.d.mts +176 -4
  89. package/resources/org/project/project.d.mts.map +1 -1
  90. package/resources/org/project/project.d.ts +176 -4
  91. package/resources/org/project/project.d.ts.map +1 -1
  92. package/resources/org/project/project.js +46 -3
  93. package/resources/org/project/project.js.map +1 -1
  94. package/resources/org/project/project.mjs +46 -3
  95. package/resources/org/project/project.mjs.map +1 -1
  96. package/resources/org/project/trigger.d.mts +101 -1
  97. package/resources/org/project/trigger.d.mts.map +1 -1
  98. package/resources/org/project/trigger.d.ts +101 -1
  99. package/resources/org/project/trigger.d.ts.map +1 -1
  100. package/resources/org/project/trigger.js +21 -0
  101. package/resources/org/project/trigger.js.map +1 -1
  102. package/resources/org/project/trigger.mjs +21 -0
  103. package/resources/org/project/trigger.mjs.map +1 -1
  104. package/resources/org/project/webhook.d.mts +86 -15
  105. package/resources/org/project/webhook.d.mts.map +1 -1
  106. package/resources/org/project/webhook.d.ts +86 -15
  107. package/resources/org/project/webhook.d.ts.map +1 -1
  108. package/resources/org/project/webhook.js +49 -2
  109. package/resources/org/project/webhook.js.map +1 -1
  110. package/resources/org/project/webhook.mjs +49 -2
  111. package/resources/org/project/webhook.mjs.map +1 -1
  112. package/resources/team-members.d.mts +7 -7
  113. package/resources/team-members.d.mts.map +1 -1
  114. package/resources/team-members.d.ts +7 -7
  115. package/resources/team-members.d.ts.map +1 -1
  116. package/resources/toolkits.d.mts +195 -7
  117. package/resources/toolkits.d.mts.map +1 -1
  118. package/resources/toolkits.d.ts +195 -7
  119. package/resources/toolkits.d.ts.map +1 -1
  120. package/resources/toolkits.js +14 -6
  121. package/resources/toolkits.js.map +1 -1
  122. package/resources/toolkits.mjs +14 -6
  123. package/resources/toolkits.mjs.map +1 -1
  124. package/resources/tools.d.mts +211 -44
  125. package/resources/tools.d.mts.map +1 -1
  126. package/resources/tools.d.ts +211 -44
  127. package/resources/tools.d.ts.map +1 -1
  128. package/resources/tools.js +62 -9
  129. package/resources/tools.js.map +1 -1
  130. package/resources/tools.mjs +62 -9
  131. package/resources/tools.mjs.map +1 -1
  132. package/resources/trigger-instances/index.d.mts +1 -1
  133. package/resources/trigger-instances/index.d.mts.map +1 -1
  134. package/resources/trigger-instances/index.d.ts +1 -1
  135. package/resources/trigger-instances/index.d.ts.map +1 -1
  136. package/resources/trigger-instances/trigger-instances.d.mts +86 -19
  137. package/resources/trigger-instances/trigger-instances.d.mts.map +1 -1
  138. package/resources/trigger-instances/trigger-instances.d.ts +86 -19
  139. package/resources/trigger-instances/trigger-instances.d.ts.map +1 -1
  140. package/resources/trigger-instances/trigger-instances.js +6 -6
  141. package/resources/trigger-instances/trigger-instances.js.map +1 -1
  142. package/resources/trigger-instances/trigger-instances.mjs +6 -6
  143. package/resources/trigger-instances/trigger-instances.mjs.map +1 -1
  144. package/resources/triggers-types.d.mts +96 -2
  145. package/resources/triggers-types.d.mts.map +1 -1
  146. package/resources/triggers-types.d.ts +96 -2
  147. package/resources/triggers-types.d.ts.map +1 -1
  148. package/resources/triggers-types.js +23 -1
  149. package/resources/triggers-types.js.map +1 -1
  150. package/resources/triggers-types.mjs +23 -1
  151. package/resources/triggers-types.mjs.map +1 -1
  152. package/src/client.ts +6 -6
  153. package/src/resources/auth-configs.ts +169 -29
  154. package/src/resources/connected-accounts.ts +80 -17
  155. package/src/resources/files.ts +75 -23
  156. package/src/resources/index.ts +3 -3
  157. package/src/resources/mcp/custom.ts +103 -0
  158. package/src/resources/mcp/index.ts +2 -3
  159. package/src/resources/mcp/mcp.ts +342 -256
  160. package/src/resources/migration.ts +11 -2
  161. package/src/resources/org/api-key.ts +23 -2
  162. package/src/resources/org/project/api-keys.ts +117 -22
  163. package/src/resources/org/project/project.ts +176 -4
  164. package/src/resources/org/project/trigger.ts +101 -1
  165. package/src/resources/org/project/webhook.ts +86 -15
  166. package/src/resources/team-members.ts +7 -7
  167. package/src/resources/toolkits.ts +200 -7
  168. package/src/resources/tools.ts +213 -46
  169. package/src/resources/trigger-instances/index.ts +1 -1
  170. package/src/resources/trigger-instances/trigger-instances.ts +106 -25
  171. package/src/resources/triggers-types.ts +96 -2
  172. package/src/version.ts +1 -1
  173. package/version.d.mts +1 -1
  174. package/version.d.ts +1 -1
  175. package/version.js +1 -1
  176. package/version.mjs +1 -1
  177. package/resources/mcp/command.d.mts +0 -37
  178. package/resources/mcp/command.d.mts.map +0 -1
  179. package/resources/mcp/command.d.ts +0 -37
  180. package/resources/mcp/command.d.ts.map +0 -1
  181. package/resources/mcp/command.js +0 -15
  182. package/resources/mcp/command.js.map +0 -1
  183. package/resources/mcp/command.mjs +0 -11
  184. package/resources/mcp/command.mjs.map +0 -1
  185. package/src/resources/mcp/command.ts +0 -50
@@ -6,23 +6,31 @@ const resource_1 = require("../core/resource.js");
6
6
  const path_1 = require("../internal/utils/path.js");
7
7
  class Toolkits extends resource_1.APIResource {
8
8
  /**
9
- * Retrieve detailed information about a specific toolkit using its slug identifier
9
+ * Retrieves comprehensive information about a specific toolkit using its unique
10
+ * slug identifier. This endpoint provides detailed metadata, authentication
11
+ * configuration options, and feature counts for the requested toolkit.
10
12
  */
11
13
  retrieve(slug, options) {
12
14
  return this._client.get((0, path_1.path) `/api/v3/toolkits/${slug}`, options);
13
15
  }
14
16
  /**
15
- * Retrieve a list of available toolkits with optional filtering and sorting
16
- * options
17
+ * Retrieves a comprehensive list of toolkits that are available to the
18
+ * authenticated project. Toolkits represent integration points with external
19
+ * services and applications, each containing a collection of tools and triggers.
20
+ * This endpoint supports filtering by category, management type, and local
21
+ * availability, as well as different sorting options.
17
22
  */
18
23
  list(query = {}, options) {
19
24
  return this._client.get('/api/v3/toolkits', { query, ...options });
20
25
  }
21
26
  /**
22
- * Retrieve a list of all available toolkit categories for filtering toolkits
27
+ * Retrieves a comprehensive list of all available toolkit categories. These
28
+ * categories can be used to filter toolkits by type or purpose when using the
29
+ * toolkit listing endpoint. Categories help organize toolkits into logical groups
30
+ * based on their functionality or industry focus.
23
31
  */
24
- retrieveCategories(options) {
25
- return this._client.get('/api/v3/toolkits/categories', options);
32
+ retrieveCategories(query = {}, options) {
33
+ return this._client.get('/api/v3/toolkits/categories', { query, ...options });
26
34
  }
27
35
  }
28
36
  exports.Toolkits = Toolkits;
@@ -1 +1 @@
1
- {"version":3,"file":"toolkits.js","sourceRoot":"","sources":["../src/resources/toolkits.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,kDAA+C;AAG/C,oDAA8C;AAE9C,MAAa,QAAS,SAAQ,sBAAW;IACvC;;OAEG;IACH,QAAQ,CAAC,IAAY,EAAE,OAAwB;QAC7C,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAA,WAAI,EAAA,oBAAoB,IAAI,EAAE,EAAE,OAAO,CAAC,CAAC;IACnE,CAAC;IAED;;;OAGG;IACH,IAAI,CACF,QAA8C,EAAE,EAChD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,kBAAkB,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACrE,CAAC;IAED;;OAEG;IACH,kBAAkB,CAAC,OAAwB;QACzC,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,6BAA6B,EAAE,OAAO,CAAC,CAAC;IAClE,CAAC;CACF;AAzBD,4BAyBC"}
1
+ {"version":3,"file":"toolkits.js","sourceRoot":"","sources":["../src/resources/toolkits.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,kDAA+C;AAG/C,oDAA8C;AAE9C,MAAa,QAAS,SAAQ,sBAAW;IACvC;;;;OAIG;IACH,QAAQ,CAAC,IAAY,EAAE,OAAwB;QAC7C,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAA,WAAI,EAAA,oBAAoB,IAAI,EAAE,EAAE,OAAO,CAAC,CAAC;IACnE,CAAC;IAED;;;;;;OAMG;IACH,IAAI,CACF,QAA8C,EAAE,EAChD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,kBAAkB,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACrE,CAAC;IAED;;;;;OAKG;IACH,kBAAkB,CAChB,QAA4D,EAAE,EAC9D,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,6BAA6B,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAChF,CAAC;CACF;AApCD,4BAoCC"}
@@ -3,23 +3,31 @@ import { APIResource } from "../core/resource.mjs";
3
3
  import { path } from "../internal/utils/path.mjs";
4
4
  export class Toolkits extends APIResource {
5
5
  /**
6
- * Retrieve detailed information about a specific toolkit using its slug identifier
6
+ * Retrieves comprehensive information about a specific toolkit using its unique
7
+ * slug identifier. This endpoint provides detailed metadata, authentication
8
+ * configuration options, and feature counts for the requested toolkit.
7
9
  */
8
10
  retrieve(slug, options) {
9
11
  return this._client.get(path `/api/v3/toolkits/${slug}`, options);
10
12
  }
11
13
  /**
12
- * Retrieve a list of available toolkits with optional filtering and sorting
13
- * options
14
+ * Retrieves a comprehensive list of toolkits that are available to the
15
+ * authenticated project. Toolkits represent integration points with external
16
+ * services and applications, each containing a collection of tools and triggers.
17
+ * This endpoint supports filtering by category, management type, and local
18
+ * availability, as well as different sorting options.
14
19
  */
15
20
  list(query = {}, options) {
16
21
  return this._client.get('/api/v3/toolkits', { query, ...options });
17
22
  }
18
23
  /**
19
- * Retrieve a list of all available toolkit categories for filtering toolkits
24
+ * Retrieves a comprehensive list of all available toolkit categories. These
25
+ * categories can be used to filter toolkits by type or purpose when using the
26
+ * toolkit listing endpoint. Categories help organize toolkits into logical groups
27
+ * based on their functionality or industry focus.
20
28
  */
21
- retrieveCategories(options) {
22
- return this._client.get('/api/v3/toolkits/categories', options);
29
+ retrieveCategories(query = {}, options) {
30
+ return this._client.get('/api/v3/toolkits/categories', { query, ...options });
23
31
  }
24
32
  }
25
33
  //# sourceMappingURL=toolkits.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"toolkits.mjs","sourceRoot":"","sources":["../src/resources/toolkits.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OAGf,EAAE,IAAI,EAAE;AAEf,MAAM,OAAO,QAAS,SAAQ,WAAW;IACvC;;OAEG;IACH,QAAQ,CAAC,IAAY,EAAE,OAAwB;QAC7C,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAA,oBAAoB,IAAI,EAAE,EAAE,OAAO,CAAC,CAAC;IACnE,CAAC;IAED;;;OAGG;IACH,IAAI,CACF,QAA8C,EAAE,EAChD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,kBAAkB,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACrE,CAAC;IAED;;OAEG;IACH,kBAAkB,CAAC,OAAwB;QACzC,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,6BAA6B,EAAE,OAAO,CAAC,CAAC;IAClE,CAAC;CACF"}
1
+ {"version":3,"file":"toolkits.mjs","sourceRoot":"","sources":["../src/resources/toolkits.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OAGf,EAAE,IAAI,EAAE;AAEf,MAAM,OAAO,QAAS,SAAQ,WAAW;IACvC;;;;OAIG;IACH,QAAQ,CAAC,IAAY,EAAE,OAAwB;QAC7C,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAA,oBAAoB,IAAI,EAAE,EAAE,OAAO,CAAC,CAAC;IACnE,CAAC;IAED;;;;;;OAMG;IACH,IAAI,CACF,QAA8C,EAAE,EAChD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,kBAAkB,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACrE,CAAC;IAED;;;;;OAKG;IACH,kBAAkB,CAChB,QAA4D,EAAE,EAC9D,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,6BAA6B,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAChF,CAAC;CACF"}
@@ -3,37 +3,117 @@ import { APIPromise } from "../core/api-promise.mjs";
3
3
  import { RequestOptions } from "../internal/request-options.mjs";
4
4
  export declare class Tools extends APIResource {
5
5
  /**
6
- * Retrieve detailed information about a specific tool using its slug identifier
6
+ * Retrieve detailed information about a specific tool using its slug identifier.
7
+ * This endpoint returns full metadata about a tool including input/output
8
+ * parameters, versions, and toolkit information.
9
+ *
10
+ * @example
11
+ * ```ts
12
+ * const tool = await client.tools.retrieve('tool_slug');
13
+ * ```
7
14
  */
8
15
  retrieve(toolSlug: string, options?: RequestOptions): APIPromise<ToolRetrieveResponse>;
9
16
  /**
10
- * Retrieve a list of available tools with optional filtering and search
11
- * capabilities
17
+ * Retrieve a paginated list of available tools with comprehensive filtering,
18
+ * sorting and search capabilities. Use query parameters to narrow down results by
19
+ * toolkit, tags, or search terms.
20
+ *
21
+ * @example
22
+ * ```ts
23
+ * const tools = await client.tools.list();
24
+ * ```
12
25
  */
13
26
  list(query?: ToolListParams | null | undefined, options?: RequestOptions): APIPromise<ToolListResponse>;
14
27
  /**
15
- * Execute a specific tool operation with provided arguments and authentication
28
+ * Execute a specific tool operation with provided arguments and authentication.
29
+ * This is the primary endpoint for integrating with third-party services and
30
+ * executing tools. You can provide structured arguments or use natural language
31
+ * processing by providing a text description of what you want to accomplish.
32
+ *
33
+ * @example
34
+ * ```ts
35
+ * const response = await client.tools.execute('tool_slug');
36
+ * ```
37
+ */
38
+ execute(toolSlug: string, body?: ToolExecuteParams | null | undefined, options?: RequestOptions): APIPromise<ToolExecuteResponse>;
39
+ /**
40
+ * Uses AI to translate a natural language description into structured arguments
41
+ * for a specific tool. This endpoint is useful when you want to let users describe
42
+ * what they want to do in plain language instead of providing structured
43
+ * parameters.
44
+ *
45
+ * @example
46
+ * ```ts
47
+ * const response = await client.tools.getInput('tool_slug', {
48
+ * text: 'I need to trigger the main workflow in the octocat/Hello-World repository to deploy to production',
49
+ * });
50
+ * ```
51
+ */
52
+ getInput(toolSlug: string, body: ToolGetInputParams, options?: RequestOptions): APIPromise<ToolGetInputResponse>;
53
+ /**
54
+ * Proxy an HTTP request to a third-party API using connected account credentials.
55
+ * This endpoint allows making authenticated API calls to external services while
56
+ * abstracting away authentication details.
57
+ *
58
+ * @example
59
+ * ```ts
60
+ * const response = await client.tools.proxy({
61
+ * endpoint: '/api/v1/resources',
62
+ * method: 'GET',
63
+ * });
64
+ * ```
16
65
  */
17
- execute(action: string, body?: ToolExecuteParams | null | undefined, options?: RequestOptions): APIPromise<ToolExecuteResponse>;
18
- getInput(actionName: string, body: ToolGetInputParams, options?: RequestOptions): APIPromise<ToolGetInputResponse>;
19
66
  proxy(body: ToolProxyParams, options?: RequestOptions): APIPromise<ToolProxyResponse>;
20
67
  /**
21
68
  * Retrieve a list of all available tool enumeration values (tool slugs) for the
22
- * project
69
+ * project. This endpoint returns a comma-separated string of tool slugs that can
70
+ * be used in other API calls.
71
+ *
72
+ * @example
73
+ * ```ts
74
+ * const response = await client.tools.retrieveEnum();
75
+ * ```
23
76
  */
24
77
  retrieveEnum(options?: RequestOptions): APIPromise<string>;
25
78
  }
26
79
  export interface ToolRetrieveResponse {
80
+ /**
81
+ * List of all available versions for this tool
82
+ */
27
83
  available_versions: Array<string>;
28
84
  deprecated: ToolRetrieveResponse.Deprecated;
85
+ /**
86
+ * Detailed description of what the tool does
87
+ */
29
88
  description: string;
89
+ /**
90
+ * Schema definition of required input parameters for the tool
91
+ */
30
92
  input_parameters: Record<string, unknown>;
93
+ /**
94
+ * Human-readable name of the tool
95
+ */
31
96
  name: string;
97
+ /**
98
+ * Indicates if the tool can be used without authentication
99
+ */
32
100
  no_auth: boolean;
101
+ /**
102
+ * Schema definition of return values from the tool
103
+ */
33
104
  output_parameters: Record<string, unknown>;
105
+ /**
106
+ * Unique identifier for the tool
107
+ */
34
108
  slug: string;
109
+ /**
110
+ * List of tags associated with the tool for categorization
111
+ */
35
112
  tags: Array<string>;
36
113
  toolkit: ToolRetrieveResponse.Toolkit;
114
+ /**
115
+ * Current version of the tool
116
+ */
37
117
  version: string;
38
118
  }
39
119
  export declare namespace ToolRetrieveResponse {
@@ -48,8 +128,17 @@ export declare namespace ToolRetrieveResponse {
48
128
  is_deprecated: boolean;
49
129
  }
50
130
  interface Toolkit {
131
+ /**
132
+ * URL to the toolkit logo image
133
+ */
51
134
  logo: string;
135
+ /**
136
+ * Human-readable name of the parent toolkit
137
+ */
52
138
  name: string;
139
+ /**
140
+ * Unique identifier of the parent toolkit
141
+ */
53
142
  slug: string;
54
143
  }
55
144
  }
@@ -62,31 +151,31 @@ export declare namespace ToolListResponse {
62
151
  interface Item {
63
152
  deprecated: Item.Deprecated;
64
153
  /**
65
- * The description of the tool
154
+ * Detailed explanation of the tool's functionality and purpose
66
155
  */
67
156
  description: string;
68
157
  /**
69
- * The input parameters of the tool
158
+ * Schema definition of required input parameters for the tool
70
159
  */
71
160
  input_parameters: Record<string, unknown>;
72
161
  /**
73
- * The name of the tool
162
+ * Human-readable display name of the tool
74
163
  */
75
164
  name: string;
76
165
  /**
77
- * Whether the tool requires authentication
166
+ * Indicates if the tool can be used without authentication
78
167
  */
79
168
  no_auth: boolean;
80
169
  /**
81
- * The output parameters of the tool
170
+ * Schema definition of return values from the tool
82
171
  */
83
172
  output_parameters: Record<string, unknown>;
84
173
  /**
85
- * The slug of the tool
174
+ * Unique identifier for the tool
86
175
  */
87
176
  slug: string;
88
177
  /**
89
- * The tags of the tool
178
+ * List of tags associated with the tool for categorization and filtering
90
179
  */
91
180
  tags: Array<string>;
92
181
  toolkit: Item.Toolkit;
@@ -94,7 +183,7 @@ export declare namespace ToolListResponse {
94
183
  namespace Item {
95
184
  interface Deprecated {
96
185
  /**
97
- * The available versions of the tool
186
+ * List of all available versions for this tool
98
187
  */
99
188
  available_versions: Array<string>;
100
189
  /**
@@ -102,105 +191,154 @@ export declare namespace ToolListResponse {
102
191
  */
103
192
  displayName: string;
104
193
  /**
105
- * Whether the tool is deprecated
194
+ * Indicates if this tool is deprecated and may be removed in the future
106
195
  */
107
196
  is_deprecated: boolean;
108
197
  toolkit: Deprecated.Toolkit;
109
198
  /**
110
- * The version of the tool
199
+ * Current version identifier of the tool
111
200
  */
112
201
  version: string;
113
202
  }
114
203
  namespace Deprecated {
115
204
  interface Toolkit {
116
205
  /**
117
- * The logo of the toolkit
206
+ * URL to the toolkit logo image
118
207
  */
119
208
  logo: string;
120
209
  }
121
210
  }
122
211
  interface Toolkit {
123
212
  /**
124
- * The name of the toolkit
213
+ * Human-readable name of the parent toolkit
125
214
  */
126
215
  name: string;
127
216
  /**
128
- * The slug of the toolkit
217
+ * Unique identifier of the parent toolkit
129
218
  */
130
219
  slug: string;
131
220
  }
132
221
  }
133
222
  }
134
223
  export interface ToolExecuteResponse {
224
+ /**
225
+ * Tool execution output data that varies based on the specific tool
226
+ */
135
227
  data: Record<string, unknown>;
228
+ /**
229
+ * Error message if the tool execution was not successful (null if successful)
230
+ */
136
231
  error: string | null;
232
+ /**
233
+ * Indicates if the tool execution was successful
234
+ */
137
235
  successful: boolean;
236
+ /**
237
+ * Unique identifier for the execution log (useful for debugging and support)
238
+ */
138
239
  log_id?: string;
240
+ /**
241
+ * Optional session information for tools that return session context
242
+ */
139
243
  session_info?: unknown;
140
244
  }
141
245
  export interface ToolGetInputResponse {
142
246
  /**
143
- * The arguments for the action needed to execute the given task.
247
+ * Key-value pairs of arguments required by the tool to accomplish the described
248
+ * task
144
249
  */
145
250
  arguments?: Record<string, unknown>;
146
251
  /**
147
- * The error message if the arguments were not generated successfully.
252
+ * Error message if the arguments could not be generated (null if successful)
148
253
  */
149
254
  error?: string;
150
255
  }
151
256
  export interface ToolProxyResponse {
257
+ /**
258
+ * The HTTP status code returned from the proxied API
259
+ */
152
260
  status: number;
261
+ /**
262
+ * The response data returned from the proxied API
263
+ */
153
264
  data?: unknown;
265
+ /**
266
+ * The HTTP headers returned from the proxied API
267
+ */
154
268
  headers?: Record<string, string>;
155
269
  }
270
+ /**
271
+ * Comma-separated list of tool slugs available to the project
272
+ */
156
273
  export type ToolRetrieveEnumResponse = string;
157
274
  export interface ToolListParams {
158
275
  /**
159
- * The cursor to paginate through the results
276
+ * Pagination cursor for fetching next page of results (base64 encoded)
160
277
  */
161
278
  cursor?: string;
162
279
  /**
163
- * Whether to filter by important tools
280
+ * Filter to only show important/featured tools (set to "true" to enable)
164
281
  */
165
- important?: string;
282
+ important?: 'true' | 'false';
166
283
  /**
167
- * The number of results to return
284
+ * Maximum number of tools to return per page (defaults to 20, max 100)
168
285
  */
169
286
  limit?: string;
170
287
  /**
171
- * The search query to filter by
288
+ * Free-text search query to find tools by name, description, or functionality
172
289
  */
173
290
  search?: string;
174
291
  /**
175
- * The tags to filter the tools by
292
+ * Filter tools by one or more tags (can be specified multiple times)
176
293
  */
177
- tags?: Array<string> | null;
294
+ tags?: Array<string>;
178
295
  /**
179
- * The slugs of the tools to filter by
296
+ * Comma-separated list of specific tool slugs to retrieve (overrides other
297
+ * filters)
180
298
  */
181
- tool_slugs?: Array<string> | null;
299
+ tool_slugs?: string;
182
300
  /**
183
301
  * The slug of the toolkit to filter by
184
302
  */
185
303
  toolkit_slug?: string;
186
304
  }
187
305
  export interface ToolExecuteParams {
306
+ /**
307
+ * Enable debug tracing for tool execution (useful for debugging)
308
+ */
188
309
  allow_tracing?: boolean;
310
+ /**
311
+ * Key-value pairs of arguments required by the tool (mutually exclusive with text)
312
+ */
189
313
  arguments?: Record<string, unknown>;
314
+ /**
315
+ * Unique identifier for the connected account to use for authentication
316
+ */
190
317
  connected_account_id?: string;
191
318
  /**
192
- * An optional field for people who want to use their own auth to execute the
193
- * action.
319
+ * Custom authentication parameters for tools that support parameterized
320
+ * authentication
194
321
  */
195
322
  custom_auth_params?: ToolExecuteParams.CustomAuthParams;
323
+ /**
324
+ * Entity identifier for multi-entity connected accounts (e.g. multiple
325
+ * repositories, organizations)
326
+ */
196
327
  entity_id?: string;
328
+ /**
329
+ * Natural language description of the task to perform (mutually exclusive with
330
+ * arguments)
331
+ */
197
332
  text?: string;
333
+ /**
334
+ * Tool version to execute (defaults to "latest" if not specified)
335
+ */
198
336
  version?: string;
199
337
  }
200
338
  export declare namespace ToolExecuteParams {
201
339
  /**
202
- * An optional field for people who want to use their own auth to execute the
203
- * action.
340
+ * Custom authentication parameters for tools that support parameterized
341
+ * authentication
204
342
  */
205
343
  interface CustomAuthParams {
206
344
  parameters: Array<CustomAuthParams.Parameter>;
@@ -212,7 +350,7 @@ export declare namespace ToolExecuteParams {
212
350
  base_url?: string;
213
351
  /**
214
352
  * The body to be sent to the endpoint for authentication. This is a JSON object.
215
- * Note: This is very rarely neeed and is only required by very few apps.
353
+ * Note: This is very rarely needed and is only required by very few apps.
216
354
  */
217
355
  body?: Record<string, unknown>;
218
356
  }
@@ -235,33 +373,62 @@ export declare namespace ToolExecuteParams {
235
373
  }
236
374
  export interface ToolGetInputParams {
237
375
  /**
238
- * The use-case description for the action, this will give context to LLM to
239
- * generate the correct inputs for the action.
376
+ * Natural language description of what you want to accomplish with this tool
240
377
  */
241
378
  text: string;
242
379
  /**
243
- * The custom description for the action, use this to provide customised context
244
- * about the action to the LLM to suit your use-case.
380
+ * Custom description of the tool to help guide the LLM in generating more accurate
381
+ * inputs
245
382
  */
246
- customDescription?: string;
383
+ custom_description?: string;
247
384
  /**
248
- * The system prompt to be used by LLM, use this to control and guide the behaviour
249
- * of the LLM.
385
+ * System prompt to control and guide the behavior of the LLM when generating
386
+ * inputs
387
+ */
388
+ system_prompt?: string;
389
+ /**
390
+ * Tool version to use when generating inputs (defaults to "latest" if not
391
+ * specified)
250
392
  */
251
- systemPrompt?: string;
252
393
  version?: string;
253
394
  }
254
395
  export interface ToolProxyParams {
396
+ /**
397
+ * The API endpoint to call (absolute URL or path relative to base URL of the
398
+ * connected account)
399
+ */
255
400
  endpoint: string;
401
+ /**
402
+ * The HTTP method to use for the request
403
+ */
256
404
  method: 'GET' | 'POST' | 'PUT' | 'DELETE' | 'PATCH';
405
+ /**
406
+ * The request body (for POST, PUT, and PATCH requests)
407
+ */
257
408
  body?: unknown;
409
+ /**
410
+ * The ID of the connected account to use for authentication (if not provided, will
411
+ * use the default account for the project)
412
+ */
258
413
  connected_account_id?: string;
414
+ /**
415
+ * Additional HTTP headers or query parameters to include in the request
416
+ */
259
417
  parameters?: Array<ToolProxyParams.Parameter>;
260
418
  }
261
419
  export declare namespace ToolProxyParams {
262
420
  interface Parameter {
421
+ /**
422
+ * Parameter name
423
+ */
263
424
  name: string;
425
+ /**
426
+ * Parameter type (header or query)
427
+ */
264
428
  type: 'header' | 'query';
429
+ /**
430
+ * Parameter value
431
+ */
265
432
  value: string;
266
433
  }
267
434
  }
@@ -1 +1 @@
1
- {"version":3,"file":"tools.d.mts","sourceRoot":"","sources":["../src/resources/tools.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"tools.d.mts","sourceRoot":"","sources":["../src/resources/tools.ts"],"names":[],"mappings":"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"}