File tree Expand file tree Collapse file tree 4 files changed +6
-0
lines changed Expand file tree Collapse file tree 4 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ export const tools = [
1313 } ,
1414 inputSchema : {
1515 type : 'object' ,
16+ properties : { } ,
1617 } ,
1718 execute : async ( make : Make ) => {
1819 return await make . enums . countries ( ) ;
@@ -30,6 +31,7 @@ export const tools = [
3031 } ,
3132 inputSchema : {
3233 type : 'object' ,
34+ properties : { } ,
3335 } ,
3436 execute : async ( make : Make ) => {
3537 return await make . enums . regions ( ) ;
@@ -47,6 +49,7 @@ export const tools = [
4749 } ,
4850 inputSchema : {
4951 type : 'object' ,
52+ properties : { } ,
5053 } ,
5154 execute : async ( make : Make ) => {
5255 return await make . enums . timezones ( ) ;
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ export const tools = [
1313 } ,
1414 inputSchema : {
1515 type : 'object' ,
16+ properties : { } ,
1617 } ,
1718 execute : async ( make : Make ) => {
1819 return await make . organizations . list ( ) ;
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ export const tools = [
1414 } ,
1515 inputSchema : {
1616 type : 'object' ,
17+ properties : { }
1718 } ,
1819 execute : async ( make : Make ) => {
1920 return await make . sdk . apps . list ( ) ;
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ export const tools = [
1313 } ,
1414 inputSchema : {
1515 type : 'object' ,
16+ properties : { } ,
1617 } ,
1718 execute : async ( make : Make ) => {
1819 return await make . users . me ( ) ;
You can’t perform that action at this time.
0 commit comments