-
Notifications
You must be signed in to change notification settings - Fork 545
Expand file tree
/
Copy pathprompts.json
More file actions
880 lines (879 loc) · 47.4 KB
/
Copy pathprompts.json
File metadata and controls
880 lines (879 loc) · 47.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
{
"azureaibestpractices_get": [
"Get best practices for building AI applications in Azure",
"Show me the best practices for Microsoft Foundry agents code generation",
"Get guidance for building agents with Microsoft Foundry",
"Create an AI app that helps me to manage travel queries.",
"Create an AI app that helps me to manage travel queries in Microsoft Foundry"
],
"foundry_agents_connect": [
"Query an agent in my Microsoft Foundry resource"
],
"foundry_agents_create": [
"Create a new Microsoft Foundry agent using instructions in the active editor"
],
"foundry_agents_evaluate": [
"Evaluate the full query and response I got from my agent for task_adherence"
],
"foundry_agents_list": [
"List all agents in my Microsoft Foundry resource",
"Show me the available agents in my Microsoft Foundry resource"
],
"foundry_agents_query-and-evaluate": [
"Query and evaluate an agent in my Microsoft Foundry resource for task_adherence"
],
"foundryextensions_knowledge_index_list": [
"List all knowledge indexes in my Microsoft Foundry project",
"Show me the knowledge indexes in my Microsoft Foundry project"
],
"foundryextensions_knowledge_index_schema": [
"Show me the schema for knowledge index <index-name> in my Microsoft Foundry resource",
"Get the schema configuration for knowledge index <index-name>"
],
"foundry_models_deploy": [
"Deploy a GPT4o instance on my resource <resource-name>"
],
"foundry_models_deployments_list": [
"List all Microsoft Foundry model deployments",
"Show me all Microsoft Foundry model deployments"
],
"foundry_models_list": [
"List all Microsoft Foundry models",
"Show me the available Microsoft Foundry models"
],
"foundryextensions_openai_chat-completions-create": [
"Create a chat completion with the message \"Hello, how are you today?\" using my Microsoft Foundry resource"
],
"foundryextensions_openai_create-completion": [
"Create a completion with the prompt \"What is Azure?\" using my Microsoft Foundry resource"
],
"foundryextensions_openai_embeddings-create": [
"Generate embeddings for the text \"Azure OpenAI Service\" using my Microsoft Foundry resource",
"Create vector embeddings for my text using my Microsoft Foundry resource"
],
"foundryextensions_openai_models-list": [
"List all available OpenAI models in my Microsoft Foundry resource",
"Show me the OpenAI model deployments in my Microsoft Foundry resource"
],
"foundryextensions_resource_get": [
"List all Microsoft Foundry resources in my subscription",
"Show me the Microsoft Foundry resources in resource group <resource_group_name>",
"Get details for Microsoft Foundry resource <resource_name> in resource group <resource_group_name>"
],
"search_knowledge_base_get": [
"List all knowledge bases in the Azure AI Search service <service-name>",
"Show me the knowledge bases in the Azure AI Search service <service-name>",
"List all knowledge bases in the search service <service-name>",
"Show me the knowledge bases in the search service <service-name>",
"Get the details of knowledge base <agent-name> in the Azure AI Search service <service-name>",
"Show me the knowledge base <agent-name> in search service <service-name>"
],
"search_knowledge_base_retrieve": [
"Run a retrieval with knowledge base <agent-name> in Azure AI Search service <service-name> for the query <query>",
"Ask knowledge base <agent-name> in search service <service-name> to retrieve information about <query>",
"Run a retrieval with knowledge base <agent-name> in search service <service-name> for the query <query>",
"Ask knowledge base <agent-name> in search service <service-name> to retrieve information about <query>",
"Query knowledge base <agent-name> in search service <service-name> about <query>",
"Search knowledge base <agent-name> in Azure AI Search service <service-name> for <query>",
"What does knowledge base <agent-name> in search service <service-name> know about <query>",
"Find information about <query> using knowledge base <agent-name> in search service <service-name>"
],
"search_knowledge_source_get": [
"List all knowledge sources in the Azure AI Search service <service-name>",
"Show me the knowledge sources in the Azure AI Search service <service-name>",
"List all knowledge sources in the search service <service-name>",
"Show me the knowledge sources in the search service <service-name>",
"Get the details of knowledge source <source-name> in the Azure AI Search service <service-name>",
"Show me the knowledge source <source-name> in search service <service-name>"
],
"search_index_get": [
"Show me the details of the index <index-name> in Cognitive Search service <service-name>",
"List all indexes in the Cognitive Search service <service-name>",
"Show me the indexes in the Cognitive Search service <service-name>"
],
"search_index_query": [
"Search for instances of <search_term> in the index <index-name> in Cognitive Search service <service-name>"
],
"search_service_list": [
"List all Cognitive Search services in my subscription",
"Show me the Cognitive Search services in my subscription",
"Show me my Cognitive Search services"
],
"speech_stt_recognize": [
"Convert this audio file to text using Azure Speech Services",
"Recognize speech from my audio file with language detection",
"Transcribe speech from audio file <file_path> with profanity filtering",
"Convert speech to text from audio file <file_path> using endpoint <endpoint>",
"Transcribe the audio file <file_path> in Spanish language",
"Convert speech to text with detailed output format from audio file <file_path>",
"Recognize speech from <file_path> with phrase hints for better accuracy",
"Transcribe audio using multiple phrase hints: \"Azure\", \"cognitive services\", \"machine learning\"",
"Convert speech to text with comma-separated phrase hints: \"Azure, cognitive services, API\"",
"Transcribe audio with raw profanity output from file <file_path>"
],
"speech_tts_synthesize": [
"Convert text to speech and save to output.wav",
"Synthesize speech from \"Hello, welcome to Azure\" and save to welcome.wav",
"Generate speech audio from text \"Hello world\" using Azure Speech Services",
"Convert text to speech with Spanish language and save to spanish-audio.wav",
"Synthesize speech with voice en-US-JennyNeural from text \"Azure AI Services\"",
"Create MP3 audio file from text \"Welcome to Azure\" with high quality format",
"Generate speech with custom voice model using endpoint ID <endpoint-id>",
"Convert text to OGG/Opus format audio file",
"Synthesize long text content to audio file with streaming",
"Create audio file from text in French language with appropriate voice"
],
"appconfig_account_list": [
"List all App Configuration stores in my subscription",
"Show me the App Configuration stores in my subscription",
"Show me my App Configuration stores"
],
"appconfig_kv_delete": [
"Delete the key <key_name> in App Configuration store <app_config_store_name>"
],
"appconfig_kv_get": [
"List all key-value settings in App Configuration store <app_config_store_name>",
"Show me the key-value settings in App Configuration store <app_config_store_name>",
"List all key-value settings with key name starting with 'prod-' in App Configuration store <app_config_store_name>",
"Show the content for the key <key_name> in App Configuration store <app_config_store_name>"
],
"appconfig_kv_lock_set": [
"Lock the key <key_name> in App Configuration store <app_config_store_name>",
"Unlock the key <key_name> in App Configuration store <app_config_store_name>"
],
"appconfig_kv_set": [
"Set the key <key_name> in App Configuration store <app_config_store_name> to <value>"
],
"applens_resource_diagnose": [
"Please help me diagnose issues with my app using app lens",
"Use app lens to check why my app is slow?",
"What does app lens say is wrong with my service?"
],
"appservice_database_add": [
"Add database connection <connection_string> to my app service <app_name> for database <database_name> in resource group <resource_group>",
"Configure SQL Server database <database_name> for app service <app_name> with connection string <connection_string> in resource group <resource_group>",
"Add MySQL database <database_name> to app service <app_name> using connection <connection_string> in resource group <resource_group>",
"Add PostgreSQL database <database_name> to app service <app_name> using connection <connection_string> in resource group <resource_group>",
"Connect CosmosDB database <database_name> using connection string <connection_string> to app service <app_name> in resource group <resource_group>",
"Add database connection <connection_string> for database <database_name> on server <database_server> to app service <app_name> in resource group <resource_group>",
"Add database connection string for <database_name> to app service <app_name> using connection string <connection_string> in resource group <resource_group>",
"Connect database <database_name> to my app service <app_name> using connection string <connection_string> in resource group <resource_group>",
"Set up database <database_name> for app service <app_name> with connection string <connection_string> under resource group <resource_group>",
"Configure database <database_name> for app service <app_name> with the connection string <connection_string> in resource group <resource_group>"
],
"applicationinsights_recommendation_list": [
"List code optimization recommendations across my Application Insights components",
"Show me code optimization recommendations for all Application Insights resources in my subscription",
"List profiler recommendations for Application Insights in resource group <resource_group_name>",
"Show me performance improvement recommendations from Application Insights"
],
"extension_cli_generate": [
"Create a Storage account with name <storage_account_name> using Azure CLI",
"List all virtual machines in my subscription using Azure CLI",
"Show me the details of the storage account <account_name> with Azure CLI commands"
],
"extension_cli_install": [
"<Ask the MCP host to uninstall az cli on your machine and run test prompts for extension_cli_generate>",
"How to install azd",
"What is Azure Functions Core tools and how to install it"
],
"acr_registry_list": [
"List all Azure Container Registries in my subscription",
"Show me my Azure Container Registries",
"Show me the container registries in my subscription",
"List container registries in resource group <resource_group_name>",
"Show me the container registries in resource group <resource_group_name>"
],
"acr_registry_repository_list": [
"List all container registry repositories in my subscription",
"Show me my container registry repositories",
"List repositories in the container registry <registry_name>",
"Show me the repositories in the container registry <registry_name>"
],
"communication_email_send": [
"Send an email to <email-address> with subject <subject>",
"Send an email from my communication service to <email-address>",
"Send HTML-formatted email to <email-address> with subject <subject>",
"Send email with CC to <email-address-1> and <email-address-2>",
"Send email to multiple recipients: <email-address-1>, <email-address-2>",
"Send email with reply-to address set to <email-address>",
"Send email with custom sender name <sender-name>",
"Send an email with BCC recipients"
],
"communication_sms_send": [
"Send an SMS message to <phone-number> saying \"Hello\"",
"Send SMS to <phone-number-2> from <phone-number-1> with message \"Test message\"",
"Send SMS to multiple recipients: <phone-number-1>, <phone-number-2>",
"Send SMS with delivery reporting enabled",
"Send SMS message with custom tracking tag \"campaign1\"",
"Send broadcast SMS to <phone-number-1> and <phone-number-2> saying \"Urgent notification\"",
"Send SMS from my communication service to <phone-number-1>",
"Send an SMS with delivery receipt tracking"
],
"confidentialledger_entries_append": [
"Append an entry to my ledger <ledger_name> with data {\"key\": \"value\"}",
"Write a tamper-proof entry to ledger <ledger_name> containing {\"transaction\": \"data\"}",
"Append {\"hello\": \"from mcp\"} to my confidential ledger <ledger_name> in collection <collection_id>",
"Create an immutable ledger entry in <ledger_name> with content {\"audit\": \"log\"}",
"Write an entry to confidential ledger <ledger_name>"
],
"confidentialledger_entries_get": [
"Get entry from Confidential Ledger for transaction <transaction_id> on ledger <ledger_name>",
"Get transaction <transaction_id> from ledger <ledger_name>"
],
"cosmos_list": [
"List all cosmosdb accounts in my subscription",
"Show me my cosmosdb accounts",
"Show me the cosmosdb accounts in my subscription",
"List all the databases in the cosmosdb account <account_name>",
"Show me the databases in the cosmosdb account <account_name>",
"List all the containers in the database <database_name> for the cosmosdb account <account_name>",
"Show me the containers in the database <database_name> for the cosmosdb account <account_name>"
],
"cosmos_database_container_item_query": [
"Show me the items that contain the word <search_term> in the container <container_name> in the database <database_name> for the cosmosdb account <account_name>"
],
"kusto_cluster_get": [
"Show me the details of the Data Explorer cluster <cluster_name>"
],
"kusto_cluster_list": [
"List all Data Explorer clusters in my subscription",
"Show me my Data Explorer clusters",
"Show me the Data Explorer clusters in my subscription"
],
"kusto_database_list": [
"List all databases in the Data Explorer cluster <cluster_name>",
"Show me the databases in the Data Explorer cluster <cluster_name>"
],
"kusto_query": [
"Show me all items that contain the word <search_term> in the Data Explorer table <table_name> in cluster <cluster_name>"
],
"kusto_sample": [
"Show me a data sample from the Data Explorer table <table_name> in cluster <cluster_name>"
],
"kusto_table_list": [
"List all tables in the Data Explorer database <database_name> in cluster <cluster_name>",
"Show me the tables in the Data Explorer database <database_name> in cluster <cluster_name>"
],
"kusto_table_schema": [
"Show me the schema for table <table_name> in the Data Explorer database <database_name> in cluster <cluster_name>"
],
"mysql_list": [
"List all MySQL servers in my subscription",
"Show me my MySQL servers",
"Show me the MySQL servers in my subscription",
"List all MySQL databases in server <server>",
"Show me the MySQL databases in server <server>",
"List all tables in the MySQL database <database> in server <server>",
"Show me the tables in the MySQL database <database> in server <server>"
],
"mysql_database_query": [
"Show me all items that contain the word <search_term> in the MySQL database <database> in server <server>"
],
"mysql_server_config_get": [
"Show me the configuration of MySQL server <server>"
],
"mysql_server_param_get": [
"Show me the value of connection timeout in seconds in my MySQL server <server>"
],
"mysql_server_param_set": [
"Set connection timeout to 20 seconds for my MySQL server <server>"
],
"mysql_table_schema_get": [
"Show me the schema of table <table> in the MySQL database <database> in server <server>"
],
"postgres_list": [
"List all PostgreSQL servers in my subscription",
"Show me my PostgreSQL servers",
"Show me the PostgreSQL servers in my subscription",
"List all PostgreSQL databases in server <server>",
"Show me the PostgreSQL databases in server <server>",
"List all tables in the PostgreSQL database <database> in server <server>",
"Show me the tables in the PostgreSQL database <database> in server <server>"
],
"postgres_database_query": [
"Show me all items that contain the word <search_term> in the PostgreSQL database <database> in server <server>"
],
"postgres_server_config_get": [
"Show me the configuration of PostgreSQL server <server>"
],
"postgres_server_param_get": [
"Show me if the parameter my PostgreSQL server <server> has replication enabled"
],
"postgres_server_param_set": [
"Enable replication for my PostgreSQL server <server>"
],
"postgres_table_schema_get": [
"Show me the schema of table <table> in the PostgreSQL database <database> in server <server>"
],
"deploy_app_logs_get": [
"Show me the log of the application deployed by azd"
],
"deploy_architecture_diagram_generate": [
"Generate the azure architecture diagram for this application"
],
"deploy_iac_rules_get": [
"Show me the rules to generate bicep scripts"
],
"deploy_pipeline_guidance_get": [
"How can I create a CI/CD pipeline to deploy this app to Azure?"
],
"deploy_plan_get": [
"Create a plan to deploy this application to azure"
],
"eventgrid_events_publish": [
"Publish an event to Event Grid topic <topic_name> using <event_schema> with the following data <event_data>",
"Publish event to my Event Grid topic <topic_name> with the following events <event_data>",
"Send an event to Event Grid topic <topic_name> in resource group <resource_group_name> with <event_data>"
],
"eventgrid_topic_list": [
"List all Event Grid topics in my subscription",
"Show me the Event Grid topics in my subscription",
"List all Event Grid topics in subscription <subscription>",
"List all Event Grid topics in resource group <resource_group_name> in subscription <subscription>"
],
"eventgrid_subscription_list": [
"Show me all Event Grid subscriptions for topic <topic_name>",
"List Event Grid subscriptions for topic <topic_name> in subscription <subscription>",
"List Event Grid subscriptions for topic <topic_name> in resource group <resource_group_name>",
"Show all Event Grid subscriptions in my subscription",
"List all Event Grid subscriptions in subscription <subscription>",
"Show Event Grid subscriptions in resource group <resource_group_name> in subscription <subscription>",
"List Event Grid subscriptions for subscription <subscription> in location <location>"
],
"eventhubs_eventhub_consumergroup_delete": [
"Delete my consumer group <consumer_group_name> in my event hub <event_hub_name>, namespace <namespace_name>, and resource group <resource_group_name>"
],
"eventhubs_eventhub_consumergroup_get": [
"List all consumer groups in my event hub <event_hub_name> in namespace <namespace_name>",
"Get the details of my consumer group <consumer_group_name> in my event hub <event_hub_name>, namespace <namespace_name>, and resource group <resource_group_name>"
],
"eventhubs_eventhub_consumergroup_update": [
"Create a new consumer group <consumer_group_name> in my event hub <event_hub_name>, namespace <namespace_name>, and resource group <resource_group_name>",
"Update my consumer group <consumer_group_name> in my event hub <event_hub_name>, namespace <namespace_name>, and resource group <resource_group_name>"
],
"eventhubs_eventhub_delete": [
"Delete my event hub <event_hub_name> in my namespace <namespace_name> and resource group <resource_group_name>"
],
"eventhubs_eventhub_get": [
"List all Event Hubs in my namespace <namespace_name>",
"Get the details of my event hub <event_hub_name> in my namespace <namespace_name> and resource group <resource_group_name>"
],
"eventhubs_eventhub_update": [
"Create a new event hub <event_hub_name> in my namespace <namespace_name> and resource group <resource_group_name>",
"Update my event hub <event_hub_name> in my namespace <namespace_name> and resource group <resource_group_name>"
],
"eventhubs_namespace_delete": [
"Delete my namespace <namespace_name> in my resource group <resource_group_name>"
],
"eventhubs_namespace_get": [
"List all Event Hubs namespaces in my subscription",
"Get the details of my namespace <namespace_name> in my resource group <resource_group_name>"
],
"eventhubs_namespace_update": [
"Create an new namespace <namespace_name> in my resource group <resource_group_name>",
"Update my namespace <namespace_name> in my resource group <resource_group_name>"
],
"functionapp_get": [
"Describe the function app <function_app_name> in resource group <resource_group_name>",
"Get configuration for function app <function_app_name>",
"Get function app status for <function_app_name>",
"Get information about my function app <function_app_name> in <resource_group_name>",
"Retrieve host name and status of function app <function_app_name>",
"Show function app details for <function_app_name> in <resource_group_name>",
"Show me the details for the function app <function_app_name>",
"Show plan and region for function app <function_app_name>",
"What is the status of function app <function_app_name>?",
"List all function apps in my subscription",
"Show me my Azure function apps",
"What function apps do I have?"
],
"keyvault_admin_settings_get": [
"Get the account settings for my key vault <key_vault_account_name>",
"Show me the account settings for managed HSM keyvault <key_vault_account_name>",
"What's the value of the <setting_name> setting in my key vault with name <key_vault_account_name>"
],
"keyvault_certificate_create": [
"Create a new certificate called <certificate_name> in the key vault <key_vault_account_name>",
"Generate a certificate named <certificate_name> in key vault <key_vault_account_name>",
"Request creation of certificate <certificate_name> in the key vault <key_vault_account_name>",
"Provision a new key vault certificate <certificate_name> in vault <key_vault_account_name>",
"Issue a certificate <certificate_name> in key vault <key_vault_account_name>"
],
"keyvault_certificate_get": [
"Show me the certificate <certificate_name> in the key vault <key_vault_account_name>",
"Show me the details of the certificate <certificate_name> in the key vault <key_vault_account_name>",
"Get the certificate <certificate_name> from vault <key_vault_account_name>",
"Display the certificate details for <certificate_name> in vault <key_vault_account_name>",
"Retrieve certificate metadata for <certificate_name> in vault <key_vault_account_name>",
"List all certificates in the key vault <key_vault_account_name>",
"Show me the certificates in the key vault <key_vault_account_name>",
"What certificates are in the key vault <key_vault_account_name>?",
"List certificate names in vault <key_vault_account_name>",
"Enumerate certificates in key vault <key_vault_account_name>",
"Show certificate names in the key vault <key_vault_account_name>"
],
"keyvault_certificate_import": [
"Import the certificate in file <file_path> into the key vault <key_vault_account_name>",
"Import a certificate into the key vault <key_vault_account_name> using the name <certificate_name>",
"Upload certificate file <file_path> to key vault <key_vault_account_name>",
"Load certificate <certificate_name> from file <file_path> into vault <key_vault_account_name>",
"Add existing certificate file <file_path> to the key vault <key_vault_account_name> with name <certificate_name>"
],
"keyvault_key_create": [
"Create a new key called <key_name> with the RSA type in the key vault <key_vault_account_name>",
"Generate a key <key_name> with type <key_type> in vault <key_vault_account_name>",
"Create an oct key in the vault <key_vault_account_name>",
"Create an RSA key in the vault <key_vault_account_name> with name <key_name>",
"Create an EC key with name <key_name> in the vault <key_vault_account_name>"
],
"keyvault_key_get": [
"Show me the key <key_name> in the key vault <key_vault_account_name>",
"Show me the details of the key <key_name> in the key vault <key_vault_account_name>",
"Get the key <key_name> from vault <key_vault_account_name>",
"Display the key details for <key_name> in vault <key_vault_account_name>",
"Retrieve key metadata for <key_name> in vault <key_vault_account_name>",
"List all keys in the key vault <key_vault_account_name>",
"Show me the keys in the key vault <key_vault_account_name>",
"What keys are in the key vault <key_vault_account_name>?",
"List key names in vault <key_vault_account_name>",
"Enumerate keys in key vault <key_vault_account_name>",
"Show key names in the key vault <key_vault_account_name>"
],
"keyvault_secret_create": [
"Create a new secret called <secret_name> with value <secret_value> in the key vault <key_vault_account_name>",
"Set a secret named <secret_name> with value <secret_value> in key vault <key_vault_account_name>",
"Store secret <secret_name> value <secret_value> in the key vault <key_vault_account_name>",
"Add a new version of secret <secret_name> with value <secret_value> in vault <key_vault_account_name>",
"Update secret <secret_name> to value <secret_value> in the key vault <key_vault_account_name>"
],
"keyvault_secret_get": [
"Show me the secret <secret_name> in the key vault <key_vault_account_name>",
"Show me the details of the secret <secret_name> in the key vault <key_vault_account_name>",
"Get the secret <secret_name> from vault <key_vault_account_name>",
"Display the secret details for <secret_name> in vault <key_vault_account_name>",
"Retrieve secret metadata for <secret_name> in vault <key_vault_account_name>",
"List all secrets in the key vault <key_vault_account_name>",
"Show me the secrets in the key vault <key_vault_account_name>",
"What secrets are in the key vault <key_vault_account_name>?",
"List secrets names in vault <key_vault_account_name>",
"Enumerate secrets in key vault <key_vault_account_name>",
"Show secrets names in the key vault <key_vault_account_name>"
],
"aks_cluster_get": [
"Get the configuration of AKS cluster <cluster-name>",
"Show me the details of AKS cluster <cluster-name> in resource group <resource-group>",
"Show me the network configuration for AKS cluster <cluster-name>",
"What are the details of my AKS cluster <cluster-name> in <resource-group>?",
"List all AKS clusters in my subscription",
"Show me my Azure Kubernetes Service clusters",
"What AKS clusters do I have?"
],
"aks_nodepool_get": [
"Get details for nodepool <nodepool-name> in AKS cluster <cluster-name> in <resource-group>",
"Show me the configuration for nodepool <nodepool-name> in AKS cluster <cluster-name> in resource group <resource-group>",
"What is the setup of nodepool <nodepool-name> for AKS cluster <cluster-name> in <resource-group>?",
"List nodepools for AKS cluster <cluster-name> in <resource-group>",
"Show me the nodepool list for AKS cluster <cluster-name> in <resource-group>",
"What nodepools do I have for AKS cluster <cluster-name> in <resource-group>"
],
"loadtesting_test_create": [
"Create a basic URL test using the following endpoint URL <test-url> that runs for 30 minutes with 45 virtual users. The test name is <sample-name> with the test id <test-id> and the load testing resource is <load-test-resource> in the resource group <resource-group> in my subscription"
],
"loadtesting_test_get": [
"Get the load test with id <test-id> in the load test resource <test-resource> in resource group <resource-group>"
],
"loadtesting_testresource_create": [
"Create a load test resource <load-test-resource-name> in the resource group <resource-group> in my subscription"
],
"loadtesting_testresource_list": [
"List all load testing resources in the resource group <resource-group> in my subscription"
],
"loadtesting_testrun_get": [
"Get the load test run with id <testrun-id> in the load test resource <test-resource> in resource group <resource-group>",
"Get all the load test runs for the test with id <test-id> in the load test resource <test-resource> in resource group <resource-group>"
],
"loadtesting_testrun_createorupdate": [
"Create a test run using the id <testrun-id> for test <test-id> in the load testing resource <load-testing-resource> in resource group <resource-group>. Use the name of test run <display-name> and description as <description>",
"Update a test run display name as <display-name> for the id <testrun-id> for test <test-id> in the load testing resource <load-testing-resource> in resource group <resource-group>"
],
"grafana_list": [
"List all Azure Managed Grafana in one subscription"
],
"managedlustre_fs_create": [
"Create an Azure Managed Lustre filesystem with name <filesystem_name>, size <filesystem_size>, SKU <sku>, and subnet <subnet_id> for availability zone <zone> in location <location>. Maintenance should occur on <maintenance_window_day> at <maintenance_window_time>"
],
"managedlustre_fs_list": [
"List the Azure Managed Lustre filesystems in my subscription <subscription_name>",
"List the Azure Managed Lustre filesystems in my resource group <resource_group_name>"
],
"managedlustre_fs_sku_get": [
"List the Azure Managed Lustre SKUs available in location <location>"
],
"managedlustre_fs_subnetsize_ask": [
"Tell me how many IP addresses I need for an Azure Managed Lustre filesystem of size <filesystem_size> using the SKU <sku>"
],
"managedlustre_fs_subnetsize_validate": [
"Validate if the network <subnet_id> can host Azure Managed Lustre filesystem of size <filesystem_size> using the SKU <sku>"
],
"managedlustre_fs_update": [
"Update the maintenance window of the Azure Managed Lustre filesystem <filesystem_name> to <maintenance_window_day> at <maintenance_window_time>"
],
"marketplace_product_get": [
"Get details about marketplace product <product_name>"
],
"marketplace_product_list": [
"Search for Microsoft products in the marketplace",
"Show me marketplace products from publisher <publisher_name>"
],
"get_azure_bestpractices_ai_app": [
"Get best practices for building AI applications in Azure",
"Show me the best practices for Microsoft Foundry agents code generation",
"Get guidance for building agents with Microsoft Foundry",
"Create an AI app that helps me to manage travel queries.",
"Create an AI app that helps me to manage travel queries in Microsoft Foundry"
],
"get_azure_bestpractices_get": [
"Get the latest Azure code generation best practices",
"Get the latest Azure deployment best practices",
"Get the latest Azure best practices",
"Get the latest Azure Functions code generation best practices",
"Get the latest Azure Functions deployment best practices",
"Get the latest Azure Functions best practices",
"Get the latest Azure Static Web Apps best practices",
"What are azure function best practices?",
"configure azure mcp in coding agent for my repo"
],
"monitor_activitylog_list": [
"List the activity logs of the last month for <resource_name>"
],
"monitor_healthmodels_get": [
"Show me the health model <health_model_name> in resource group <resource_group>",
"Get the Azure Monitor health model named <health_model_name>"
],
"monitor_healthmodels_list": [
"List the Azure Monitor health models in my subscription",
"What health models are in resource group <resource_group>?"
],
"monitor_metrics_definitions": [
"Get metric definitions for <resource_type> <resource_name> from the namespace",
"Show me all available metrics and their definitions for storage account <account_name>",
"What metric definitions are available for the Application Insights resource <resource_name>"
],
"monitor_metrics_query": [
"Analyze the performance trends and response times for Application Insights resource <resource_name> over the last <time_period>",
"Check the availability metrics for my Application Insights resource <resource_name> for the last <time_period>",
"Get the <aggregation_type> <metric_name> metric for <resource_type> <resource_name> over the last <time_period> with intervals",
"Investigate error rates and failed requests for Application Insights resource <resource_name> for the last <time_period>",
"Query the <metric_name> metric for <resource_type> <resource_name> for the last <time_period>",
"What's the request per second rate for my Application Insights resource <resource_name> over the last <time_period>"
],
"monitor_resource_log_query": [
"Show me the logs for the past hour for the resource <resource_name> in the Log Analytics workspace <workspace_name>"
],
"monitor_table_list": [
"List all tables in the Log Analytics workspace <workspace_name>",
"Show me the tables in the Log Analytics workspace <workspace_name>"
],
"monitor_table_type_list": [
"List all available table types in the Log Analytics workspace <workspace_name>",
"Show me the available table types in the Log Analytics workspace <workspace_name>"
],
"monitor_webtests_get": [
"Get Web Test details for <webtest_resource_name> in my subscription in <resource_group>",
"List all Web Test resources in my subscription",
"List all Web Test resources in my subscription in <resource_group>",
"Show me all web tests in my subscription",
"Show me web tests in resource group <resource_group>"
],
"monitor_webtests_createorupdate": [
"Create a new Standard Web Test with name <webtest_resource_name> in my subscription in <resource_group> in a given <appinsights_component>",
"Update an existing Standard Web Test with name <webtest_resource_name> in my subscription in <resource_group> in a given <appinsights_component>",
"Create or update web test <webtest_resource_name> in resource group <resource_group>",
"Set up a web test named <webtest_resource_name> in <resource_group> for application insights <appinsights_component>"
],
"monitor_workspace_list": [
"List all Log Analytics workspaces in my subscription",
"Show me my Log Analytics workspaces",
"Show me the Log Analytics workspaces in my subscription"
],
"monitor_workspace_log_query": [
"Show me the logs for the past hour in the Log Analytics workspace <workspace_name>"
],
"datadog_monitoredresources_list": [
"List all monitored resources in the Datadog resource <resource_name>",
"Show me the monitored resources in the Datadog resource <resource_name>"
],
"extension_azqr": [
"Check my Azure subscription for any compliance issues or recommendations",
"Provide compliance recommendations for my current Azure subscription",
"Scan my Azure subscription for compliance recommendations"
],
"quota_region_availability_list": [
"Show me the available regions for these resource types <resource_types>"
],
"quota_usage_check": [
"Check usage information for <resource_type> in region <region>"
],
"role_assignment_list": [
"List all available role assignments in my subscription",
"Show me the available role assignments in my subscription"
],
"redis_create": [
"Create a new Redis resource named <resource_name> with SKU <sku_name> in resource group <resource_group_name>",
"Create a new Redis resource for me",
"Create a Redis cache named <resource_name> with SKU <sku_name> in resource group <resource_group_name>",
"Create a new Redis cluster with name <resource_name>, SKU <sku_name>"
],
"redis_list": [
"List all Redis resources in my subscription",
"Show me my Redis resources",
"Show me the Redis resources in my subscription",
"Show me my Redis caches",
"Get Redis clusters"
],
"group_list": [
"List all resource groups in my subscription",
"Show me my resource groups",
"Show me the resource groups in my subscription"
],
"resourcehealth_availability-status_get": [
"Get the availability status for resource <resource_name>",
"Show me the health status of the storage account <storage_account_name>",
"What is the availability status of virtual machine <vm_name> in resource group <resource_group_name>?",
"List availability status for all resources in my subscription",
"Show me the health status of all my Azure resources",
"What resources in resource group <resource_group_name> have health issues?"
],
"resourcehealth_health-events_list": [
"List all service health events in my subscription",
"Show me Azure service health events for subscription <subscription_id>",
"What service issues have occurred in the last 30 days?",
"List active service health events in my subscription",
"Show me planned maintenance events for my Azure services"
],
"servicebus_queue_details": [
"Show me the details of service bus <service_bus_name> queue <queue_name>"
],
"servicebus_topic_details": [
"Show me the details of service bus <service_bus_name> topic <topic_name>"
],
"servicebus_topic_subscription_details": [
"Show me the details of service bus <service_bus_name> subscription <subscription_name>"
],
"signalr_runtime_get": [
"Show me the details of SignalR <signalr_name>",
"Show me the network information of SignalR runtime <signalr_name>",
"Describe the SignalR runtime <signalr_name> in resource group <resource_group_name>",
"Get information about my SignalR runtime <signalr_name> in <resource_group_name>",
"Show all the SignalRs information in <resource_group_name>",
"List all SignalRs in my subscription"
],
"sql_db_create": [
"Create a new SQL database named <database_name> in server <server_name>",
"Create a SQL database <database_name> with Basic tier in server <server_name>",
"Create a new database called <database_name> on SQL server <server_name> in resource group <resource_group_name>"
],
"sql_db_delete": [
"Delete the SQL database <database_name> from server <server_name>",
"Remove database <database_name> from SQL server <server_name> in resource group <resource_group_name>",
"Delete the database called <database_name> on server <server_name>"
],
"sql_db_get": [
"List all Azure SQL databases in server <server_name>",
"List all databases in the Azure SQL server <server_name>",
"Show me the Azure SQL database <database_name> details in server <server_name>",
"Show me the Azure SQL database <database_name> in server <server_name>"
],
"sql_db_rename": [
"Rename the SQL database <database_name> on server <server_name> to <new_database_name>",
"Rename my Azure SQL database <database_name> to <new_database_name> on server <server_name>"
],
"sql_db_update": [
"Update the performance tier of SQL database <database_name> on server <server_name>",
"Scale SQL database <database_name> on server <server_name> to use <sku_name> SKU"
],
"sql_elastic-pool_list": [
"List all elastic pools in SQL server <server_name>",
"Show me the elastic pools configured for SQL server <server_name>",
"What elastic pools are available in my SQL server <server_name>?"
],
"sql_server_create": [
"Create a new Azure SQL server named <server_name> in resource group <resource_group_name>",
"Create an Azure SQL server with name <server_name> in location <location> with admin user <admin_user>",
"Set up a new SQL server called <server_name> in my resource group <resource_group_name>"
],
"sql_server_delete": [
"Delete the Azure SQL server <server_name> from resource group <resource_group_name>",
"Remove the SQL server <server_name> from my subscription",
"Delete SQL server <server_name> permanently"
],
"sql_server_entra-admin_list": [
"List Microsoft Entra ID administrators for SQL server <server_name>",
"Show me the Entra ID administrators configured for SQL server <server_name>",
"What Microsoft Entra ID administrators are set up for my SQL server <server_name>?"
],
"sql_server_firewall-rule_create": [
"Create a firewall rule for my Azure SQL server <server_name>",
"Add a firewall rule to allow access from IP range <start_ip> to <end_ip> for SQL server <server_name>",
"Create a new firewall rule named <rule_name> for SQL server <server_name>"
],
"sql_server_firewall-rule_delete": [
"Delete a firewall rule from my Azure SQL server <server_name>",
"Remove the firewall rule <rule_name> from SQL server <server_name>",
"Delete firewall rule <rule_name> for SQL server <server_name>"
],
"sql_server_firewall-rule_list": [
"List all firewall rules for SQL server <server_name>",
"Show me the firewall rules for SQL server <server_name>",
"What firewall rules are configured for my SQL server <server_name>?"
],
"sql_server_get": [
"List all Azure SQL servers in resource group <resource_group_name>",
"Show me every Azure SQL server in resource group <resource_group_name>",
"Show me the Azure SQL server <server_name> details",
"Get Azure SQL server <server_name> info",
"Display the properties of Azure SQL server <server_name>"
],
"storage_account_create": [
"Create a new storage account called testaccount123 in East US region",
"Create a storage account with premium performance and LRS replication",
"Create a new storage account with Data Lake Storage Gen2 enabled"
],
"storage_account_get": [
"Show me the details for my storage account <account>",
"Get details about the storage account <account>",
"List all storage accounts in my subscription including their location and SKU",
"Show me my storage accounts with whether hierarchical namespace (HNS) is enabled",
"Show me the storage accounts in my subscription and include HTTPS-only and public blob access settings"
],
"storage_blob_container_create": [
"Create the storage container mycontainer in storage account <account>",
"Create the container using blob public access in storage account <account>",
"Create a new blob container named documents with container public access in storage account <account>"
],
"storage_blob_container_get": [
"Show me the properties of the storage container <container> in the storage account <account>",
"List all blob containers in the storage account <account>",
"Show me the containers in the storage account <account>"
],
"storage_blob_get": [
"Show me the properties for blob <blob> in container <container> in storage account <account>",
"Get the details about blob <blob> in the container <container> in storage account <account>",
"List all blobs in the blob container <container> in the storage account <account>",
"Show me the blobs in the blob container <container> in the storage account <account>"
],
"storage_blob_upload": [
"Upload file <local-file-path> to storage blob <blob> in container <container> in storage account <account>",
"Upload a local file to my Azure blob storage container",
"Put file <local-file-path> into blob <blob> in storage container <container> on account <account>"
],
"subscription_list": [
"List all subscriptions for my account",
"Show me my subscriptions",
"What is my current subscription?",
"What subscriptions do I have?"
],
"storage_table_list": [
"List all tables in the storage account <storage-account>",
"Show me the tables in the storage account <storage-account>"
],
"azureterraformbestpractices_get": [
"Fetch the Azure Terraform best practices",
"Show me the Azure Terraform best practices and generate code sample to get a secret from Azure Key Vault"
],
"virtualdesktop_hostpool_list": [
"List all host pools in my subscription"
],
"virtualdesktop_hostpool_host_list": [
"List all session hosts in host pool <hostpool_name>"
],
"virtualdesktop_hostpool_host_user-list": [
"List all user sessions on session host <sessionhost_name> in host pool <hostpool_name>"
],
"workbooks_create": [
"Create a new workbook named <workbook_name>"
],
"workbooks_delete": [
"Delete the workbook with resource ID <workbook_resource_id>"
],
"workbooks_list": [
"List all workbooks in my resource group <resource_group_name>",
"What workbooks do I have in resource group <resource_group_name>?"
],
"workbooks_show": [
"Get information about the workbook with resource ID <workbook_resource_id>",
"Show me the workbook with resource ID <workbook_resource_id>"
],
"workbooks_update": [
"Update the workbook <workbook_resource_id> with a new text step"
],
"bicepschema_get": [
"How can I use Bicep to create an Azure OpenAI service?"
],
"cloudarchitect_design": [
"Please help me design an architecture for a large-scale file upload, storage, and retrieval service",
"Help me design an Azure cloud service that will serve as an ATM for users",
"I want to design a cloud app for ordering groceries",
"How can I design a cloud service in Azure that will store and present videos for users?"
],
"foundry_agents_connect": [
"Query an agent in my Microsoft Foundry resource"
],
"foundry_agents_create": [
"Create a new Microsoft Foundry agent using instructions in the active editor"
],
"foundry_agents_evaluate": [
"Evaluate the full query and response I got from my agent for task_adherence"
],
"foundry_agents_list": [
"List all agents in my Microsoft Foundry resource",
"Show me the available agents in my Microsoft Foundry resource"
],
"foundry_agents_query-and-evaluate": [
"Query and evaluate an agent in my Microsoft Foundry resource for task_adherence"
],
"foundryextensions_knowledge_index_list": [
"List all knowledge indexes in my Microsoft Foundry project",
"Show me the knowledge indexes in my Microsoft Foundry project"
],
"foundryextensions_knowledge_index_schema": [
"Show me the schema for knowledge index <index-name> in my Microsoft Foundry resource",
"Get the schema configuration for knowledge index <index-name>"
],
"foundry_models_deploy": [
"Deploy a GPT4o instance on my resource <resource-name>"
],
"foundry_models_deployments_list": [
"List all Microsoft Foundry model deployments",
"Show me all Microsoft Foundry model deployments"
],
"foundry_models_list": [
"List all Microsoft Foundry models",
"Show me the available Microsoft Foundry models"
],
"foundryextensions_openai_chat-completions-create": [
"Create a chat completion with the message \"Hello, how are you today?\" using my Microsoft Foundry resource"
],
"foundryextensions_openai_create-completion": [
"Create a completion with the prompt \"What is Azure?\" using my Microsoft Foundry resource"
],
"foundryextensions_openai_embeddings-create": [
"Generate embeddings for the text \"Azure OpenAI Service\" using my Microsoft Foundry resource",
"Create vector embeddings for my text using my Microsoft Foundry resource"
],
"foundryextensions_openai_models-list": [
"List all available OpenAI models in my Microsoft Foundry resource",
"Show me the OpenAI model deployments in my Microsoft Foundry resource"
],
"foundryextensions_resource_get": [
"List all Microsoft Foundry resources in my subscription",
"Show me the Microsoft Foundry resources in resource group <resource_group_name>",
"Get details for Microsoft Foundry resource <resource_name> in resource group <resource_group_name>"
],
"advisor_recommendations_list": [
"List all recommendations in my subscription",
"Show me Advisor recommendations in the subscription <subscription>",
"List all Advisor recommendations in the subscription <subscription>"
]
}