veryfront 0.1.762 → 0.1.764
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/esm/deno.js +1 -1
- package/esm/src/extensions/content/content-processor.d.ts +3 -3
- package/esm/src/integrations/_data.d.ts.map +1 -1
- package/esm/src/integrations/_data.js +43014 -20480
- package/esm/src/integrations/_tool_summaries.d.ts.map +1 -1
- package/esm/src/integrations/_tool_summaries.js +596 -0
- package/esm/src/integrations/feature-flags.d.ts +1 -1
- package/esm/src/integrations/feature-flags.d.ts.map +1 -1
- package/esm/src/integrations/feature-flags.js +71 -0
- package/esm/src/integrations/schema.d.ts +41 -5
- package/esm/src/integrations/schema.d.ts.map +1 -1
- package/esm/src/integrations/schema.js +88 -1
- package/esm/src/rendering/orchestrator/html-project-css.d.ts +3 -3
- package/esm/src/rendering/orchestrator/html-project-css.d.ts.map +1 -1
- package/esm/src/rendering/orchestrator/html-project-css.js +9 -18
- package/esm/src/security/http/response/security-handler.d.ts.map +1 -1
- package/esm/src/security/http/response/security-handler.js +15 -10
- package/esm/src/utils/version-constant.d.ts +1 -1
- package/esm/src/utils/version-constant.js +1 -1
- package/package.json +1 -1
|
@@ -406,6 +406,18 @@ export const historicalToolSummaries = {
|
|
|
406
406
|
"outputFields": [{ "name": "total_count" }, { "name": "offset" }, { "name": "limit" }],
|
|
407
407
|
"omitted": "file metadata, shared links, and provider-specific payload fields",
|
|
408
408
|
},
|
|
409
|
+
"brave-search__news_search": {
|
|
410
|
+
"collectionKeys": ["results"],
|
|
411
|
+
"collectionName": "articles",
|
|
412
|
+
"itemFields": [
|
|
413
|
+
{ "name": "title" },
|
|
414
|
+
{ "name": "url" },
|
|
415
|
+
{ "name": "description", "maxLength": 300 },
|
|
416
|
+
{ "name": "age" },
|
|
417
|
+
{ "name": "page_age" },
|
|
418
|
+
],
|
|
419
|
+
"omitted": "thumbnails, meta_url details, and provider-specific payload fields",
|
|
420
|
+
},
|
|
409
421
|
"brevo__list_contacts": {
|
|
410
422
|
"collectionKeys": ["contacts"],
|
|
411
423
|
"collectionName": "contacts",
|
|
@@ -495,6 +507,41 @@ export const historicalToolSummaries = {
|
|
|
495
507
|
"outputFields": [{ "name": "next_page_token" }],
|
|
496
508
|
"omitted": "location details and provider-specific payload fields",
|
|
497
509
|
},
|
|
510
|
+
"chargebee__list_customers": {
|
|
511
|
+
"collectionKeys": ["list"],
|
|
512
|
+
"collectionName": "customers",
|
|
513
|
+
"itemFields": [{ "name": "customer", "kind": "object" }],
|
|
514
|
+
"outputFields": [{ "name": "next_offset" }],
|
|
515
|
+
"omitted": "nested card objects returned alongside each customer",
|
|
516
|
+
},
|
|
517
|
+
"chargebee__list_invoices": {
|
|
518
|
+
"collectionKeys": ["list"],
|
|
519
|
+
"collectionName": "invoices",
|
|
520
|
+
"itemFields": [{ "name": "invoice", "kind": "object" }],
|
|
521
|
+
"outputFields": [{ "name": "next_offset" }],
|
|
522
|
+
"omitted": "invoice line items, discounts, and linked payment details",
|
|
523
|
+
},
|
|
524
|
+
"chargebee__list_item_prices": {
|
|
525
|
+
"collectionKeys": ["list"],
|
|
526
|
+
"collectionName": "item prices",
|
|
527
|
+
"itemFields": [{ "name": "item_price", "kind": "object" }],
|
|
528
|
+
"outputFields": [{ "name": "next_offset" }],
|
|
529
|
+
"omitted": "tier, tax, and accounting detail fields on each item price",
|
|
530
|
+
},
|
|
531
|
+
"chargebee__list_subscriptions": {
|
|
532
|
+
"collectionKeys": ["list"],
|
|
533
|
+
"collectionName": "subscriptions",
|
|
534
|
+
"itemFields": [{ "name": "subscription", "kind": "object" }],
|
|
535
|
+
"outputFields": [{ "name": "next_offset" }],
|
|
536
|
+
"omitted": "nested customer and card objects returned alongside each subscription",
|
|
537
|
+
},
|
|
538
|
+
"chargebee__list_transactions": {
|
|
539
|
+
"collectionKeys": ["list"],
|
|
540
|
+
"collectionName": "transactions",
|
|
541
|
+
"itemFields": [{ "name": "transaction", "kind": "object" }],
|
|
542
|
+
"outputFields": [{ "name": "next_offset" }],
|
|
543
|
+
"omitted": "linked invoice, payment, and refund detail objects on each transaction",
|
|
544
|
+
},
|
|
498
545
|
"checkly__list_checks": {
|
|
499
546
|
"collectionKeys": ["checks"],
|
|
500
547
|
"collectionName": "checks",
|
|
@@ -655,6 +702,52 @@ export const historicalToolSummaries = {
|
|
|
655
702
|
"outputFields": [{ "name": "next_page_token" }],
|
|
656
703
|
"omitted": "tokenizer URLs, sampling defaults, and provider-specific payload fields",
|
|
657
704
|
},
|
|
705
|
+
"databricks__list_clusters": {
|
|
706
|
+
"collectionKeys": ["clusters"],
|
|
707
|
+
"collectionName": "clusters",
|
|
708
|
+
"itemFields": [
|
|
709
|
+
{ "name": "cluster_id" },
|
|
710
|
+
{ "name": "cluster_name" },
|
|
711
|
+
{ "name": "state" },
|
|
712
|
+
{ "name": "spark_version" },
|
|
713
|
+
{ "name": "node_type_id" },
|
|
714
|
+
{ "name": "num_workers" },
|
|
715
|
+
{ "name": "creator_user_name" },
|
|
716
|
+
],
|
|
717
|
+
"outputFields": [{ "name": "next_page_token" }],
|
|
718
|
+
"omitted": "spark configuration, AWS/Azure attributes, and provider-specific payload fields",
|
|
719
|
+
},
|
|
720
|
+
"databricks__list_job_runs": {
|
|
721
|
+
"collectionKeys": ["runs"],
|
|
722
|
+
"collectionName": "runs",
|
|
723
|
+
"itemFields": [{ "name": "run_id" }, { "name": "job_id" }, { "name": "start_time" }, {
|
|
724
|
+
"name": "state",
|
|
725
|
+
}, { "name": "run_name" }],
|
|
726
|
+
"outputFields": [{ "name": "next_page_token" }],
|
|
727
|
+
"omitted": "task definitions, cluster specs, and provider-specific payload fields",
|
|
728
|
+
},
|
|
729
|
+
"databricks__list_jobs": {
|
|
730
|
+
"collectionKeys": ["jobs"],
|
|
731
|
+
"collectionName": "jobs",
|
|
732
|
+
"itemFields": [{ "name": "job_id" }, { "name": "created_time" }, {
|
|
733
|
+
"name": "creator_user_name",
|
|
734
|
+
}, { "name": "settings" }],
|
|
735
|
+
"outputFields": [{ "name": "next_page_token" }],
|
|
736
|
+
"omitted": "full task definitions and provider-specific payload fields",
|
|
737
|
+
},
|
|
738
|
+
"databricks__list_sql_warehouses": {
|
|
739
|
+
"collectionKeys": ["warehouses"],
|
|
740
|
+
"collectionName": "warehouses",
|
|
741
|
+
"itemFields": [
|
|
742
|
+
{ "name": "id" },
|
|
743
|
+
{ "name": "name" },
|
|
744
|
+
{ "name": "state" },
|
|
745
|
+
{ "name": "cluster_size" },
|
|
746
|
+
{ "name": "warehouse_type" },
|
|
747
|
+
{ "name": "auto_stop_mins" },
|
|
748
|
+
],
|
|
749
|
+
"omitted": "channel, tags, and provider-specific payload fields",
|
|
750
|
+
},
|
|
658
751
|
"datadog__list_dashboards": {
|
|
659
752
|
"collectionKeys": ["dashboards"],
|
|
660
753
|
"collectionName": "dashboards",
|
|
@@ -671,6 +764,22 @@ export const historicalToolSummaries = {
|
|
|
671
764
|
}, { "name": "tags", "kind": "string-array" }],
|
|
672
765
|
"omitted": "monitor query definitions and provider-specific payload fields",
|
|
673
766
|
},
|
|
767
|
+
"daytona__list_sandboxes": {
|
|
768
|
+
"collectionKeys": ["items"],
|
|
769
|
+
"collectionName": "sandboxes",
|
|
770
|
+
"itemFields": [
|
|
771
|
+
{ "name": "id" },
|
|
772
|
+
{ "name": "name" },
|
|
773
|
+
{ "name": "state" },
|
|
774
|
+
{ "name": "snapshot" },
|
|
775
|
+
{ "name": "target" },
|
|
776
|
+
{ "name": "cpu" },
|
|
777
|
+
{ "name": "memory" },
|
|
778
|
+
{ "name": "createdAt" },
|
|
779
|
+
],
|
|
780
|
+
"outputFields": [{ "name": "nextCursor" }],
|
|
781
|
+
"omitted": "resource limits, backup and network settings, and provider-specific payload fields",
|
|
782
|
+
},
|
|
674
783
|
"deepgram__list_projects": {
|
|
675
784
|
"collectionKeys": ["projects"],
|
|
676
785
|
"collectionName": "projects",
|
|
@@ -753,6 +862,21 @@ export const historicalToolSummaries = {
|
|
|
753
862
|
"outputFields": [{ "name": "next_cursor" }, { "name": "limit" }],
|
|
754
863
|
"omitted": "transcripts, summaries, action items, and CRM matches",
|
|
755
864
|
},
|
|
865
|
+
"finapi__search_banks": {
|
|
866
|
+
"collectionKeys": ["banks"],
|
|
867
|
+
"collectionName": "banks",
|
|
868
|
+
"itemFields": [
|
|
869
|
+
{ "name": "id" },
|
|
870
|
+
{ "name": "name" },
|
|
871
|
+
{ "name": "blz" },
|
|
872
|
+
{ "name": "bic" },
|
|
873
|
+
{ "name": "location" },
|
|
874
|
+
{ "name": "city" },
|
|
875
|
+
{ "name": "popularity" },
|
|
876
|
+
],
|
|
877
|
+
"outputFields": [{ "name": "paging", "kind": "object" }],
|
|
878
|
+
"omitted": "interface capability details, TPP authentication groups, and login hint texts",
|
|
879
|
+
},
|
|
756
880
|
"firecrawl__search": {
|
|
757
881
|
"collectionKeys": ["data.web", "data"],
|
|
758
882
|
"collectionName": "results",
|
|
@@ -838,6 +962,66 @@ export const historicalToolSummaries = {
|
|
|
838
962
|
"outputFields": [{ "name": "page" }],
|
|
839
963
|
"omitted": "ticket descriptions, conversations, and provider-specific payload fields",
|
|
840
964
|
},
|
|
965
|
+
"front__list_conversation_messages": {
|
|
966
|
+
"collectionKeys": ["_results"],
|
|
967
|
+
"collectionName": "messages",
|
|
968
|
+
"itemFields": [
|
|
969
|
+
{ "name": "id" },
|
|
970
|
+
{ "name": "type" },
|
|
971
|
+
{ "name": "is_inbound" },
|
|
972
|
+
{ "name": "subject" },
|
|
973
|
+
{ "name": "blurb" },
|
|
974
|
+
{ "name": "created_at" },
|
|
975
|
+
],
|
|
976
|
+
"outputFields": [{ "name": "_pagination", "kind": "object" }],
|
|
977
|
+
"omitted": "full message bodies, attachments, recipient objects, and provider-specific payload fields",
|
|
978
|
+
},
|
|
979
|
+
"front__list_conversations": {
|
|
980
|
+
"collectionKeys": ["_results"],
|
|
981
|
+
"collectionName": "conversations",
|
|
982
|
+
"itemFields": [{ "name": "id" }, { "name": "subject" }, { "name": "status" }, {
|
|
983
|
+
"name": "created_at",
|
|
984
|
+
}, { "name": "is_private" }],
|
|
985
|
+
"outputFields": [{ "name": "_pagination", "kind": "object" }],
|
|
986
|
+
"omitted": "assignee/recipient objects, tags, links, and provider-specific payload fields",
|
|
987
|
+
},
|
|
988
|
+
"front__list_inboxes": {
|
|
989
|
+
"collectionKeys": ["_results"],
|
|
990
|
+
"collectionName": "inboxes",
|
|
991
|
+
"itemFields": [{ "name": "id" }, { "name": "name" }, { "name": "is_private" }],
|
|
992
|
+
"outputFields": [{ "name": "_pagination", "kind": "object" }],
|
|
993
|
+
"omitted": "links and provider-specific payload fields",
|
|
994
|
+
},
|
|
995
|
+
"front__list_teammates": {
|
|
996
|
+
"collectionKeys": ["_results"],
|
|
997
|
+
"collectionName": "teammates",
|
|
998
|
+
"itemFields": [{ "name": "id" }, { "name": "email" }, { "name": "first_name" }, {
|
|
999
|
+
"name": "last_name",
|
|
1000
|
+
}, { "name": "is_available" }],
|
|
1001
|
+
"outputFields": [{ "name": "_pagination", "kind": "object" }],
|
|
1002
|
+
"omitted": "links and provider-specific payload fields",
|
|
1003
|
+
},
|
|
1004
|
+
"front__search_conversations": {
|
|
1005
|
+
"collectionKeys": ["_results"],
|
|
1006
|
+
"collectionName": "conversations",
|
|
1007
|
+
"itemFields": [{ "name": "id" }, { "name": "subject" }, { "name": "status" }, {
|
|
1008
|
+
"name": "created_at",
|
|
1009
|
+
}, { "name": "is_private" }],
|
|
1010
|
+
"outputFields": [{ "name": "_total", "kind": "scalar" }, {
|
|
1011
|
+
"name": "_pagination",
|
|
1012
|
+
"kind": "object",
|
|
1013
|
+
}],
|
|
1014
|
+
"omitted": "assignee/recipient objects, tags, links, and provider-specific payload fields",
|
|
1015
|
+
},
|
|
1016
|
+
"gemini__list_files": {
|
|
1017
|
+
"collectionKeys": ["files"],
|
|
1018
|
+
"collectionName": "files",
|
|
1019
|
+
"itemFields": [{ "name": "name" }, { "name": "displayName" }, { "name": "mimeType" }, {
|
|
1020
|
+
"name": "sizeBytes",
|
|
1021
|
+
}, { "name": "state" }],
|
|
1022
|
+
"outputFields": [{ "name": "nextPageToken" }],
|
|
1023
|
+
"omitted": "file hashes, timestamps, and provider-specific payload fields",
|
|
1024
|
+
},
|
|
841
1025
|
"gemini__list_models": {
|
|
842
1026
|
"collectionKeys": ["models"],
|
|
843
1027
|
"collectionName": "models",
|
|
@@ -1081,6 +1265,45 @@ export const historicalToolSummaries = {
|
|
|
1081
1265
|
"outputFields": [{ "name": "nextPageToken" }],
|
|
1082
1266
|
"omitted": "space details and provider-specific payload fields",
|
|
1083
1267
|
},
|
|
1268
|
+
"gorgias__list_customers": {
|
|
1269
|
+
"collectionKeys": ["data"],
|
|
1270
|
+
"collectionName": "customers",
|
|
1271
|
+
"itemFields": [{ "name": "id" }, { "name": "email" }, { "name": "name" }, {
|
|
1272
|
+
"name": "created_datetime",
|
|
1273
|
+
}],
|
|
1274
|
+
"outputFields": [{ "name": "meta", "kind": "object" }],
|
|
1275
|
+
"omitted": "channels, integrations data, custom fields, and provider-specific payload fields",
|
|
1276
|
+
},
|
|
1277
|
+
"gorgias__list_ticket_messages": {
|
|
1278
|
+
"collectionKeys": ["data"],
|
|
1279
|
+
"collectionName": "messages",
|
|
1280
|
+
"itemFields": [{ "name": "id" }, { "name": "channel" }, { "name": "from_agent" }, {
|
|
1281
|
+
"name": "subject",
|
|
1282
|
+
}, { "name": "created_datetime" }],
|
|
1283
|
+
"outputFields": [{ "name": "meta", "kind": "object" }],
|
|
1284
|
+
"omitted": "full HTML bodies, attachments, and provider-specific payload fields",
|
|
1285
|
+
},
|
|
1286
|
+
"gorgias__list_tickets": {
|
|
1287
|
+
"collectionKeys": ["data"],
|
|
1288
|
+
"collectionName": "tickets",
|
|
1289
|
+
"itemFields": [
|
|
1290
|
+
{ "name": "id" },
|
|
1291
|
+
{ "name": "subject" },
|
|
1292
|
+
{ "name": "status" },
|
|
1293
|
+
{ "name": "channel" },
|
|
1294
|
+
{ "name": "created_datetime" },
|
|
1295
|
+
{ "name": "updated_datetime" },
|
|
1296
|
+
],
|
|
1297
|
+
"outputFields": [{ "name": "meta", "kind": "object" }],
|
|
1298
|
+
"omitted": "full customer objects, message bodies, tags, and provider-specific payload fields",
|
|
1299
|
+
},
|
|
1300
|
+
"gorgias__list_users": {
|
|
1301
|
+
"collectionKeys": ["data"],
|
|
1302
|
+
"collectionName": "users",
|
|
1303
|
+
"itemFields": [{ "name": "id" }, { "name": "email" }, { "name": "name" }, { "name": "active" }],
|
|
1304
|
+
"outputFields": [{ "name": "meta", "kind": "object" }],
|
|
1305
|
+
"omitted": "role objects, meta fields, and provider-specific payload fields",
|
|
1306
|
+
},
|
|
1084
1307
|
"grafana-cloud__search_dashboards": {
|
|
1085
1308
|
"collectionKeys": ["dashboards"],
|
|
1086
1309
|
"collectionName": "dashboards",
|
|
@@ -1437,6 +1660,47 @@ export const historicalToolSummaries = {
|
|
|
1437
1660
|
],
|
|
1438
1661
|
"omitted": "slug references and provider-specific payload fields",
|
|
1439
1662
|
},
|
|
1663
|
+
"hetzner__list_images": {
|
|
1664
|
+
"collectionKeys": ["images"],
|
|
1665
|
+
"collectionName": "images",
|
|
1666
|
+
"itemFields": [{ "name": "id" }, { "name": "name" }, { "name": "type" }, { "name": "status" }, {
|
|
1667
|
+
"name": "os_flavor",
|
|
1668
|
+
}, { "name": "architecture" }],
|
|
1669
|
+
"outputFields": [{ "name": "meta", "kind": "object" }],
|
|
1670
|
+
"omitted": "image protection, deprecation details, and provider-specific payload fields",
|
|
1671
|
+
},
|
|
1672
|
+
"hetzner__list_server_types": {
|
|
1673
|
+
"collectionKeys": ["server_types"],
|
|
1674
|
+
"collectionName": "server_types",
|
|
1675
|
+
"itemFields": [
|
|
1676
|
+
{ "name": "id" },
|
|
1677
|
+
{ "name": "name" },
|
|
1678
|
+
{ "name": "cores" },
|
|
1679
|
+
{ "name": "memory" },
|
|
1680
|
+
{ "name": "disk" },
|
|
1681
|
+
{ "name": "architecture" },
|
|
1682
|
+
],
|
|
1683
|
+
"outputFields": [{ "name": "meta", "kind": "object" }],
|
|
1684
|
+
"omitted": "per-location pricing tables and provider-specific payload fields",
|
|
1685
|
+
},
|
|
1686
|
+
"hetzner__list_servers": {
|
|
1687
|
+
"collectionKeys": ["servers"],
|
|
1688
|
+
"collectionName": "servers",
|
|
1689
|
+
"itemFields": [{ "name": "id" }, { "name": "name" }, { "name": "status" }, {
|
|
1690
|
+
"name": "created",
|
|
1691
|
+
}, { "name": "labels", "kind": "object" }],
|
|
1692
|
+
"outputFields": [{ "name": "meta", "kind": "object" }],
|
|
1693
|
+
"omitted": "network interfaces, image and server type details, and provider-specific payload fields",
|
|
1694
|
+
},
|
|
1695
|
+
"hetzner__list_ssh_keys": {
|
|
1696
|
+
"collectionKeys": ["ssh_keys"],
|
|
1697
|
+
"collectionName": "ssh_keys",
|
|
1698
|
+
"itemFields": [{ "name": "id" }, { "name": "name" }, { "name": "fingerprint" }, {
|
|
1699
|
+
"name": "created",
|
|
1700
|
+
}],
|
|
1701
|
+
"outputFields": [{ "name": "meta", "kind": "object" }],
|
|
1702
|
+
"omitted": "public key material and provider-specific payload fields",
|
|
1703
|
+
},
|
|
1440
1704
|
"huggingface__search_models": {
|
|
1441
1705
|
"collectionKeys": ["models"],
|
|
1442
1706
|
"collectionName": "models",
|
|
@@ -1461,6 +1725,26 @@ export const historicalToolSummaries = {
|
|
|
1461
1725
|
"outputFields": [{ "name": "total_count" }, { "name": "pages", "kind": "object" }],
|
|
1462
1726
|
"omitted": "custom attributes, company associations, and provider-specific payload fields",
|
|
1463
1727
|
},
|
|
1728
|
+
"ionos__list_datacenters": {
|
|
1729
|
+
"collectionKeys": ["items"],
|
|
1730
|
+
"collectionName": "datacenters",
|
|
1731
|
+
"itemFields": [{ "name": "id" }, { "name": "type" }, {
|
|
1732
|
+
"name": "properties",
|
|
1733
|
+
"kind": "object",
|
|
1734
|
+
}],
|
|
1735
|
+
"outputFields": [],
|
|
1736
|
+
"omitted": "entity sub-collections, hrefs, and provider-specific payload fields",
|
|
1737
|
+
},
|
|
1738
|
+
"ionos__list_servers": {
|
|
1739
|
+
"collectionKeys": ["items"],
|
|
1740
|
+
"collectionName": "servers",
|
|
1741
|
+
"itemFields": [{ "name": "id" }, { "name": "type" }, {
|
|
1742
|
+
"name": "properties",
|
|
1743
|
+
"kind": "object",
|
|
1744
|
+
}],
|
|
1745
|
+
"outputFields": [],
|
|
1746
|
+
"omitted": "attached volumes, NICs, hrefs, and provider-specific payload fields",
|
|
1747
|
+
},
|
|
1464
1748
|
"jira__list_comments": {
|
|
1465
1749
|
"collectionKeys": ["comments", "data"],
|
|
1466
1750
|
"collectionName": "comments",
|
|
@@ -1893,6 +2177,21 @@ export const historicalToolSummaries = {
|
|
|
1893
2177
|
"outputFields": [{ "name": "totalCount" }],
|
|
1894
2178
|
"omitted": "links and provider-specific payload fields",
|
|
1895
2179
|
},
|
|
2180
|
+
"moss__list_expenses": {
|
|
2181
|
+
"collectionKeys": ["data"],
|
|
2182
|
+
"collectionName": "expenses",
|
|
2183
|
+
"itemFields": [
|
|
2184
|
+
{ "name": "id" },
|
|
2185
|
+
{ "name": "expenseType" },
|
|
2186
|
+
{ "name": "status" },
|
|
2187
|
+
{ "name": "homeAmount", "kind": "object" },
|
|
2188
|
+
{ "name": "supplierId" },
|
|
2189
|
+
{ "name": "expenseTime" },
|
|
2190
|
+
{ "name": "bookingText" },
|
|
2191
|
+
],
|
|
2192
|
+
"outputFields": [{ "name": "meta", "kind": "object" }],
|
|
2193
|
+
"omitted": "expense line items, accounting dimensions, and export metadata",
|
|
2194
|
+
},
|
|
1896
2195
|
"neon__list_branches": {
|
|
1897
2196
|
"collectionKeys": ["branches"],
|
|
1898
2197
|
"collectionName": "branches",
|
|
@@ -1974,6 +2273,21 @@ export const historicalToolSummaries = {
|
|
|
1974
2273
|
"outputFields": [{ "name": "nextCursor" }],
|
|
1975
2274
|
"omitted": "entity tags and reporting metadata",
|
|
1976
2275
|
},
|
|
2276
|
+
"north-data__search_companies": {
|
|
2277
|
+
"collectionKeys": ["results"],
|
|
2278
|
+
"collectionName": "results",
|
|
2279
|
+
"itemFields": [{ "name": "company", "kind": "object" }, { "name": "person", "kind": "object" }],
|
|
2280
|
+
"outputFields": [],
|
|
2281
|
+
"omitted": "match scores and provider-specific payload fields",
|
|
2282
|
+
},
|
|
2283
|
+
"openai__list_files": {
|
|
2284
|
+
"collectionKeys": ["data", "files"],
|
|
2285
|
+
"collectionName": "files",
|
|
2286
|
+
"itemFields": [{ "name": "id" }, { "name": "filename" }, { "name": "purpose" }, {
|
|
2287
|
+
"name": "bytes",
|
|
2288
|
+
}, { "name": "created_at" }],
|
|
2289
|
+
"omitted": "expiration and status payload fields",
|
|
2290
|
+
},
|
|
1977
2291
|
"openai__list_models": {
|
|
1978
2292
|
"collectionKeys": ["data", "models"],
|
|
1979
2293
|
"collectionName": "models",
|
|
@@ -2359,6 +2673,29 @@ export const historicalToolSummaries = {
|
|
|
2359
2673
|
}],
|
|
2360
2674
|
"omitted": "integration configs, escalation policy details, and provider-specific payload fields",
|
|
2361
2675
|
},
|
|
2676
|
+
"pandadoc__list_documents": {
|
|
2677
|
+
"collectionKeys": ["results"],
|
|
2678
|
+
"collectionName": "documents",
|
|
2679
|
+
"itemFields": [
|
|
2680
|
+
{ "name": "id" },
|
|
2681
|
+
{ "name": "name" },
|
|
2682
|
+
{ "name": "status" },
|
|
2683
|
+
{ "name": "date_created" },
|
|
2684
|
+
{ "name": "date_modified" },
|
|
2685
|
+
{ "name": "expiration_date" },
|
|
2686
|
+
],
|
|
2687
|
+
"outputFields": [],
|
|
2688
|
+
"omitted": "document version and provider-specific payload fields",
|
|
2689
|
+
},
|
|
2690
|
+
"pandadoc__list_templates": {
|
|
2691
|
+
"collectionKeys": ["results"],
|
|
2692
|
+
"collectionName": "templates",
|
|
2693
|
+
"itemFields": [{ "name": "id" }, { "name": "name" }, { "name": "date_created" }, {
|
|
2694
|
+
"name": "date_modified",
|
|
2695
|
+
}, { "name": "version" }],
|
|
2696
|
+
"outputFields": [],
|
|
2697
|
+
"omitted": "content placeholders and provider-specific payload fields",
|
|
2698
|
+
},
|
|
2362
2699
|
"paypal__list_invoices": {
|
|
2363
2700
|
"collectionKeys": ["items", "invoices"],
|
|
2364
2701
|
"collectionName": "invoices",
|
|
@@ -2464,6 +2801,54 @@ export const historicalToolSummaries = {
|
|
|
2464
2801
|
"outputFields": [{ "name": "current_page" }, { "name": "next_page" }],
|
|
2465
2802
|
"omitted": "billing, plan, and provider-specific payload fields",
|
|
2466
2803
|
},
|
|
2804
|
+
"polygon__get_aggregates": {
|
|
2805
|
+
"collectionKeys": ["results"],
|
|
2806
|
+
"collectionName": "bars",
|
|
2807
|
+
"itemFields": [
|
|
2808
|
+
{ "name": "t" },
|
|
2809
|
+
{ "name": "o" },
|
|
2810
|
+
{ "name": "h" },
|
|
2811
|
+
{ "name": "l" },
|
|
2812
|
+
{ "name": "c" },
|
|
2813
|
+
{ "name": "v" },
|
|
2814
|
+
{ "name": "vw" },
|
|
2815
|
+
],
|
|
2816
|
+
"outputFields": [{ "name": "ticker" }, { "name": "resultsCount" }, { "name": "next_url" }],
|
|
2817
|
+
"omitted": "per-bar transaction counts and provider-specific payload fields",
|
|
2818
|
+
},
|
|
2819
|
+
"polygon__list_tickers": {
|
|
2820
|
+
"collectionKeys": ["results"],
|
|
2821
|
+
"collectionName": "tickers",
|
|
2822
|
+
"itemFields": [
|
|
2823
|
+
{ "name": "ticker" },
|
|
2824
|
+
{ "name": "name" },
|
|
2825
|
+
{ "name": "market" },
|
|
2826
|
+
{ "name": "primary_exchange" },
|
|
2827
|
+
{ "name": "type" },
|
|
2828
|
+
{ "name": "active" },
|
|
2829
|
+
{ "name": "currency_name" },
|
|
2830
|
+
],
|
|
2831
|
+
"outputFields": [{ "name": "count" }, { "name": "next_url" }],
|
|
2832
|
+
"omitted": "identifiers such as CIK and FIGI codes and provider-specific payload fields",
|
|
2833
|
+
},
|
|
2834
|
+
"portkey__list_virtual_keys": {
|
|
2835
|
+
"collectionKeys": ["data"],
|
|
2836
|
+
"collectionName": "virtual_keys",
|
|
2837
|
+
"itemFields": [{ "name": "name" }, { "name": "slug" }, { "name": "status" }, {
|
|
2838
|
+
"name": "created_at",
|
|
2839
|
+
}, { "name": "expires_at" }],
|
|
2840
|
+
"outputFields": [{ "name": "total" }],
|
|
2841
|
+
"omitted": "usage limit details and provider-specific payload fields",
|
|
2842
|
+
},
|
|
2843
|
+
"portkey__list_workspaces": {
|
|
2844
|
+
"collectionKeys": ["data"],
|
|
2845
|
+
"collectionName": "workspaces",
|
|
2846
|
+
"itemFields": [{ "name": "id" }, { "name": "slug" }, { "name": "name" }, {
|
|
2847
|
+
"name": "created_at",
|
|
2848
|
+
}],
|
|
2849
|
+
"outputFields": [{ "name": "total" }],
|
|
2850
|
+
"omitted": "defaults, usage limit, and rate limit policy details",
|
|
2851
|
+
},
|
|
2467
2852
|
"posthog__list_feature_flags": {
|
|
2468
2853
|
"collectionKeys": ["results"],
|
|
2469
2854
|
"collectionName": "feature_flags",
|
|
@@ -2513,6 +2898,39 @@ export const historicalToolSummaries = {
|
|
|
2513
2898
|
"itemFields": [{ "name": "name" }],
|
|
2514
2899
|
"omitted": "provider-specific payload fields",
|
|
2515
2900
|
},
|
|
2901
|
+
"qonto__list_transactions": {
|
|
2902
|
+
"collectionKeys": ["transactions"],
|
|
2903
|
+
"collectionName": "transactions",
|
|
2904
|
+
"itemFields": [
|
|
2905
|
+
{ "name": "transaction_id" },
|
|
2906
|
+
{ "name": "amount" },
|
|
2907
|
+
{ "name": "currency" },
|
|
2908
|
+
{ "name": "side" },
|
|
2909
|
+
{ "name": "operation_type" },
|
|
2910
|
+
{ "name": "status" },
|
|
2911
|
+
{ "name": "label" },
|
|
2912
|
+
{ "name": "settled_at" },
|
|
2913
|
+
],
|
|
2914
|
+
"outputFields": [{ "name": "meta", "kind": "object" }],
|
|
2915
|
+
"omitted": "VAT details, counterparty enrichment, and attachment metadata",
|
|
2916
|
+
},
|
|
2917
|
+
"quickbooks__list_bills": {
|
|
2918
|
+
"collectionKeys": ["Bill", "QueryResponse"],
|
|
2919
|
+
"collectionName": "bills",
|
|
2920
|
+
"itemFields": [
|
|
2921
|
+
{ "name": "Id" },
|
|
2922
|
+
{ "name": "DocNumber" },
|
|
2923
|
+
{ "name": "TxnDate" },
|
|
2924
|
+
{ "name": "DueDate" },
|
|
2925
|
+
{ "name": "TotalAmt" },
|
|
2926
|
+
{ "name": "Balance" },
|
|
2927
|
+
{ "name": "VendorRef", "kind": "object" },
|
|
2928
|
+
],
|
|
2929
|
+
"outputFields": [{ "name": "startPosition" }, { "name": "maxResults" }, {
|
|
2930
|
+
"name": "totalCount",
|
|
2931
|
+
}],
|
|
2932
|
+
"omitted": "bill line items, tax details, and provider-specific payload fields",
|
|
2933
|
+
},
|
|
2516
2934
|
"quickbooks__list_invoices": {
|
|
2517
2935
|
"collectionKeys": ["Invoice", "QueryResponse"],
|
|
2518
2936
|
"collectionName": "invoices",
|
|
@@ -2531,6 +2949,33 @@ export const historicalToolSummaries = {
|
|
|
2531
2949
|
}],
|
|
2532
2950
|
"omitted": "invoice line items, tax details, and provider-specific payload fields",
|
|
2533
2951
|
},
|
|
2952
|
+
"quickbooks__list_purchases": {
|
|
2953
|
+
"collectionKeys": ["Purchase", "QueryResponse"],
|
|
2954
|
+
"collectionName": "purchases",
|
|
2955
|
+
"itemFields": [
|
|
2956
|
+
{ "name": "Id" },
|
|
2957
|
+
{ "name": "TxnDate" },
|
|
2958
|
+
{ "name": "PaymentType" },
|
|
2959
|
+
{ "name": "TotalAmt" },
|
|
2960
|
+
{ "name": "AccountRef", "kind": "object" },
|
|
2961
|
+
{ "name": "EntityRef", "kind": "object" },
|
|
2962
|
+
],
|
|
2963
|
+
"outputFields": [{ "name": "startPosition" }, { "name": "maxResults" }, {
|
|
2964
|
+
"name": "totalCount",
|
|
2965
|
+
}],
|
|
2966
|
+
"omitted": "purchase line items and provider-specific payload fields",
|
|
2967
|
+
},
|
|
2968
|
+
"quickbooks__list_vendors": {
|
|
2969
|
+
"collectionKeys": ["Vendor", "QueryResponse"],
|
|
2970
|
+
"collectionName": "vendors",
|
|
2971
|
+
"itemFields": [{ "name": "Id" }, { "name": "DisplayName" }, { "name": "CompanyName" }, {
|
|
2972
|
+
"name": "Balance",
|
|
2973
|
+
}, { "name": "Active" }],
|
|
2974
|
+
"outputFields": [{ "name": "startPosition" }, { "name": "maxResults" }, {
|
|
2975
|
+
"name": "totalCount",
|
|
2976
|
+
}],
|
|
2977
|
+
"omitted": "addresses, contact details, and provider-specific payload fields",
|
|
2978
|
+
},
|
|
2534
2979
|
"railway__list_deployments": {
|
|
2535
2980
|
"collectionKeys": ["edges", "deployments", "nodes", "data"],
|
|
2536
2981
|
"collectionName": "deployments",
|
|
@@ -2545,6 +2990,64 @@ export const historicalToolSummaries = {
|
|
|
2545
2990
|
"outputFields": [{ "name": "pageInfo", "kind": "object" }],
|
|
2546
2991
|
"omitted": "project settings and provider-specific payload fields",
|
|
2547
2992
|
},
|
|
2993
|
+
"ramp__list_cards": {
|
|
2994
|
+
"collectionKeys": ["data"],
|
|
2995
|
+
"collectionName": "cards",
|
|
2996
|
+
"itemFields": [
|
|
2997
|
+
{ "name": "id" },
|
|
2998
|
+
{ "name": "display_name" },
|
|
2999
|
+
{ "name": "cardholder_name" },
|
|
3000
|
+
{ "name": "last_four" },
|
|
3001
|
+
{ "name": "is_physical" },
|
|
3002
|
+
{ "name": "state" },
|
|
3003
|
+
],
|
|
3004
|
+
"outputFields": [{ "name": "page", "kind": "object" }],
|
|
3005
|
+
"omitted": "spending restrictions, fulfillment details, and card program metadata",
|
|
3006
|
+
},
|
|
3007
|
+
"ramp__list_reimbursements": {
|
|
3008
|
+
"collectionKeys": ["data"],
|
|
3009
|
+
"collectionName": "reimbursements",
|
|
3010
|
+
"itemFields": [
|
|
3011
|
+
{ "name": "id" },
|
|
3012
|
+
{ "name": "amount" },
|
|
3013
|
+
{ "name": "currency" },
|
|
3014
|
+
{ "name": "merchant" },
|
|
3015
|
+
{ "name": "state" },
|
|
3016
|
+
{ "name": "user_id" },
|
|
3017
|
+
{ "name": "created_at" },
|
|
3018
|
+
],
|
|
3019
|
+
"outputFields": [{ "name": "page", "kind": "object" }],
|
|
3020
|
+
"omitted": "accounting field selections, receipts, and line item breakdowns",
|
|
3021
|
+
},
|
|
3022
|
+
"ramp__list_transactions": {
|
|
3023
|
+
"collectionKeys": ["data"],
|
|
3024
|
+
"collectionName": "transactions",
|
|
3025
|
+
"itemFields": [
|
|
3026
|
+
{ "name": "id" },
|
|
3027
|
+
{ "name": "amount" },
|
|
3028
|
+
{ "name": "currency_code" },
|
|
3029
|
+
{ "name": "merchant_name" },
|
|
3030
|
+
{ "name": "state" },
|
|
3031
|
+
{ "name": "user_transaction_time" },
|
|
3032
|
+
{ "name": "sk_category_name" },
|
|
3033
|
+
],
|
|
3034
|
+
"outputFields": [{ "name": "page", "kind": "object" }],
|
|
3035
|
+
"omitted": "accounting field selections, receipts, disputes, and policy violation details",
|
|
3036
|
+
},
|
|
3037
|
+
"ramp__list_users": {
|
|
3038
|
+
"collectionKeys": ["data"],
|
|
3039
|
+
"collectionName": "users",
|
|
3040
|
+
"itemFields": [
|
|
3041
|
+
{ "name": "id" },
|
|
3042
|
+
{ "name": "first_name" },
|
|
3043
|
+
{ "name": "last_name" },
|
|
3044
|
+
{ "name": "email" },
|
|
3045
|
+
{ "name": "role" },
|
|
3046
|
+
{ "name": "department_id" },
|
|
3047
|
+
],
|
|
3048
|
+
"outputFields": [{ "name": "page", "kind": "object" }],
|
|
3049
|
+
"omitted": "custom fields, manager assignments, and scheduled deactivation details",
|
|
3050
|
+
},
|
|
2548
3051
|
"razorpay__list_payments": {
|
|
2549
3052
|
"collectionKeys": ["items", "payments"],
|
|
2550
3053
|
"collectionName": "payments",
|
|
@@ -2750,6 +3253,36 @@ export const historicalToolSummaries = {
|
|
|
2750
3253
|
}],
|
|
2751
3254
|
"omitted": "provider-specific payload fields",
|
|
2752
3255
|
},
|
|
3256
|
+
"stackit__list_machine_types": {
|
|
3257
|
+
"collectionKeys": ["items"],
|
|
3258
|
+
"collectionName": "machine_types",
|
|
3259
|
+
"itemFields": [{ "name": "name" }, { "name": "vcpus" }, { "name": "ram" }, { "name": "disk" }],
|
|
3260
|
+
"outputFields": [],
|
|
3261
|
+
"omitted": "extra specs and provider-specific payload fields",
|
|
3262
|
+
},
|
|
3263
|
+
"stackit__list_projects": {
|
|
3264
|
+
"collectionKeys": ["items"],
|
|
3265
|
+
"collectionName": "projects",
|
|
3266
|
+
"itemFields": [{ "name": "projectId" }, { "name": "containerId" }, { "name": "name" }, {
|
|
3267
|
+
"name": "lifecycleState",
|
|
3268
|
+
}, { "name": "creationTime" }],
|
|
3269
|
+
"outputFields": [{ "name": "limit" }, { "name": "offset" }],
|
|
3270
|
+
"omitted": "labels, parent container details, and provider-specific payload fields",
|
|
3271
|
+
},
|
|
3272
|
+
"stackit__list_servers": {
|
|
3273
|
+
"collectionKeys": ["items"],
|
|
3274
|
+
"collectionName": "servers",
|
|
3275
|
+
"itemFields": [
|
|
3276
|
+
{ "name": "id" },
|
|
3277
|
+
{ "name": "name" },
|
|
3278
|
+
{ "name": "status" },
|
|
3279
|
+
{ "name": "machineType" },
|
|
3280
|
+
{ "name": "availabilityZone" },
|
|
3281
|
+
{ "name": "createdAt" },
|
|
3282
|
+
],
|
|
3283
|
+
"outputFields": [],
|
|
3284
|
+
"omitted": "NICs, volume attachments, and provider-specific payload fields",
|
|
3285
|
+
},
|
|
2753
3286
|
"stripe__list_charges": {
|
|
2754
3287
|
"collectionKeys": ["data"],
|
|
2755
3288
|
"collectionName": "charges",
|
|
@@ -2868,6 +3401,20 @@ export const historicalToolSummaries = {
|
|
|
2868
3401
|
}],
|
|
2869
3402
|
"omitted": "pricing details and provider-specific payload fields",
|
|
2870
3403
|
},
|
|
3404
|
+
"trusted-shops__list_reviews": {
|
|
3405
|
+
"collectionKeys": ["items", "reviews"],
|
|
3406
|
+
"collectionName": "reviews",
|
|
3407
|
+
"itemFields": [
|
|
3408
|
+
{ "name": "id" },
|
|
3409
|
+
{ "name": "rating" },
|
|
3410
|
+
{ "name": "title" },
|
|
3411
|
+
{ "name": "state" },
|
|
3412
|
+
{ "name": "type" },
|
|
3413
|
+
{ "name": "submittedAt" },
|
|
3414
|
+
],
|
|
3415
|
+
"outputFields": [{ "name": "totalElements" }],
|
|
3416
|
+
"omitted": "review comment bodies, customer contact details, and survey payloads",
|
|
3417
|
+
},
|
|
2871
3418
|
"twilio__list_messages": {
|
|
2872
3419
|
"collectionKeys": ["messages"],
|
|
2873
3420
|
"collectionName": "messages",
|
|
@@ -2952,6 +3499,55 @@ export const historicalToolSummaries = {
|
|
|
2952
3499
|
"outputFields": [],
|
|
2953
3500
|
"omitted": "room metadata and provider-specific payload fields",
|
|
2954
3501
|
},
|
|
3502
|
+
"workable__list_candidates": {
|
|
3503
|
+
"collectionKeys": ["candidates"],
|
|
3504
|
+
"collectionName": "candidates",
|
|
3505
|
+
"itemFields": [{ "name": "id" }, { "name": "name" }, { "name": "email" }, { "name": "stage" }, {
|
|
3506
|
+
"name": "job",
|
|
3507
|
+
"kind": "object",
|
|
3508
|
+
}, { "name": "updated_at" }],
|
|
3509
|
+
"outputFields": [{ "name": "paging", "kind": "object" }],
|
|
3510
|
+
"omitted": "candidate profiles, resumes, and provider-specific payload fields",
|
|
3511
|
+
},
|
|
3512
|
+
"workable__list_jobs": {
|
|
3513
|
+
"collectionKeys": ["jobs"],
|
|
3514
|
+
"collectionName": "jobs",
|
|
3515
|
+
"itemFields": [
|
|
3516
|
+
{ "name": "id" },
|
|
3517
|
+
{ "name": "shortcode" },
|
|
3518
|
+
{ "name": "title" },
|
|
3519
|
+
{ "name": "state" },
|
|
3520
|
+
{ "name": "department" },
|
|
3521
|
+
{ "name": "created_at" },
|
|
3522
|
+
],
|
|
3523
|
+
"outputFields": [{ "name": "paging", "kind": "object" }],
|
|
3524
|
+
"omitted": "job descriptions, location details, and provider-specific payload fields",
|
|
3525
|
+
},
|
|
3526
|
+
"workable__list_members": {
|
|
3527
|
+
"collectionKeys": ["members"],
|
|
3528
|
+
"collectionName": "members",
|
|
3529
|
+
"itemFields": [{ "name": "id" }, { "name": "name" }, { "name": "email" }, { "name": "role" }],
|
|
3530
|
+
"outputFields": [{ "name": "paging", "kind": "object" }],
|
|
3531
|
+
"omitted": "provider-specific payload fields",
|
|
3532
|
+
},
|
|
3533
|
+
"xero__list_bills": {
|
|
3534
|
+
"collectionKeys": ["Invoices", "data"],
|
|
3535
|
+
"collectionName": "bills",
|
|
3536
|
+
"itemFields": [
|
|
3537
|
+
{ "name": "InvoiceID" },
|
|
3538
|
+
{ "name": "InvoiceNumber" },
|
|
3539
|
+
{ "name": "Type" },
|
|
3540
|
+
{ "name": "Status" },
|
|
3541
|
+
{ "name": "Date" },
|
|
3542
|
+
{ "name": "DueDate" },
|
|
3543
|
+
{ "name": "Total" },
|
|
3544
|
+
{ "name": "AmountDue" },
|
|
3545
|
+
{ "name": "UpdatedDateUTC" },
|
|
3546
|
+
{ "name": "Contact", "kind": "object" },
|
|
3547
|
+
],
|
|
3548
|
+
"outputFields": [],
|
|
3549
|
+
"omitted": "bill line items, payments, and provider-specific payload fields",
|
|
3550
|
+
},
|
|
2955
3551
|
"xero__list_connections": {
|
|
2956
3552
|
"collectionKeys": ["connections", "data"],
|
|
2957
3553
|
"collectionName": "connections",
|