{"schemaVersion":"2024-11-05","name":"asc","displayName":"ASC — AI-native services cloud","description":"Functions, pods, sandbox, workspaces, edge, shield, observe, gateway, storage, secrets — exposed as MCP tools.","homepage":"https://asc.aiarco.com","docs":"https://docs.asc.aiarco.com","transports":[{"type":"http","url":"https://api.asc.aiarco.com/v1/mcp","auth":{"type":"bearer","header":"Authorization"}}],"tools":[{"name":"asc_functions_list","description":"List the caller tenant's functions.","inputSchema":{"type":"object","properties":{}}},{"name":"asc_functions_create","description":"Create a new function.","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"runtime":{"type":"string"},"handler":{"type":"string"},"backend":{"type":"string"},"gpu":{"type":"string"}},"required":["name"]}},{"name":"asc_functions_invoke","description":"Invoke a function by id.","inputSchema":{"type":"object","properties":{"function_id":{"type":"string"},"payload":{"type":"object"}},"required":["function_id"]}},{"name":"asc_pods_list","description":"List GPU/CPU pods.","inputSchema":{"type":"object","properties":{}}},{"name":"asc_pods_create","description":"Launch a pod.","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"image":{"type":"string"},"gpu":{"type":"boolean"},"cpu":{"type":"integer"},"memory_mb":{"type":"integer"},"env":{"type":"object"},"command":{"type":"array"}},"required":["name","image"]}},{"name":"asc_pods_stop","description":"Stop a pod.","inputSchema":{"type":"object","properties":{"pod_id":{"type":"string"}},"required":["pod_id"]}},{"name":"asc_sandbox_create","description":"Spawn a ephemeral sandbox.","inputSchema":{"type":"object","properties":{"image":{"type":"string"},"cpu":{"type":"integer"},"memory_mb":{"type":"integer"},"command":{"type":"array"},"env":{"type":"object"},"timeout_seconds":{"type":"integer"}},"required":["image"]}},{"name":"asc_sandbox_list","description":"List sandboxes.","inputSchema":{"type":"object","properties":{}}},{"name":"asc_workspaces_create","description":"Provision a code-server workspace.","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"image":{"type":"string"},"cpu":{"type":"integer"},"memory_mb":{"type":"integer"}},"required":["name"]}},{"name":"asc_workspaces_list","description":"List workspaces.","inputSchema":{"type":"object","properties":{}}},{"name":"asc_edge_create","description":"Create a CloudFront Function (edge).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"code":{"type":"string"}},"required":["name","code"]}},{"name":"asc_edge_publish","description":"Publish a draft edge function.","inputSchema":{"type":"object","properties":{"edge_id":{"type":"string"}},"required":["edge_id"]}},{"name":"asc_shield_scan","description":"Trigger an data-store DSPM scan.","inputSchema":{"type":"object","properties":{"bucket":{"type":"string"},"prefix":{"type":"string"}},"required":["bucket"]}},{"name":"asc_shield_scans","description":"List shield scans.","inputSchema":{"type":"object","properties":{}}},{"name":"shield_waf_policy_create","description":"Create a WAF policy with managed/AI rule groups.","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"mode":{"type":"string","enum":["detect","block"]},"managed_rule_groups":{"type":"array"},"ai_rule_groups":{"type":"array"},"origins":{"type":"array"},"rate_limit_rpm":{"type":"integer"}},"required":["name"]}},{"name":"shield_waf_policy_list","description":"List WAF policies.","inputSchema":{"type":"object","properties":{}}},{"name":"shield_waf_inspect","description":"Inspect a request/prompt/output for WAF and AI threats.","inputSchema":{"type":"object","properties":{"policy_id":{"type":"string"},"method":{"type":"string"},"host":{"type":"string"},"path":{"type":"string"},"headers":{"type":"object"},"body":{"type":"string"},"prompt":{"type":"string"},"output":{"type":"string"},"source_ip":{"type":"string"},"user_agent":{"type":"string"}}}},{"name":"shield_ddos_protect","description":"Enrol a cloud resource for DDoS protection.","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"resource_arn":{"type":"string"},"resource_kind":{"type":"string","enum":["alb","nlb","cloudfront","global_accelerator","route53","eip"]}},"required":["name","resource_arn","resource_kind"]}},{"name":"shield_ddos_posture","description":"Current DDoS protection posture.","inputSchema":{"type":"object","properties":{}}},{"name":"shield_bots_profile_put","description":"Update the tenant bot manager profile.","inputSchema":{"type":"object","properties":{"mode":{"type":"string","enum":["off","log","challenge","block"]},"challenge_kind":{"type":"string"},"sensitivity":{"type":"number"},"ai_scraper_action":{"type":"string"},"allowed_bots":{"type":"array"},"blocked_bots":{"type":"array"}}}},{"name":"shield_bots_score","description":"Classify a client (human / good_bot / ai_scraper / malicious).","inputSchema":{"type":"object","properties":{"fingerprint":{"type":"string"},"user_agent":{"type":"string"},"headers":{"type":"object"},"source_ip":{"type":"string"},"request_rate_per_min":{"type":"number"}},"required":["fingerprint"]}},{"name":"shield_accounts_score","description":"Score an auth event for risk (allow/step_up/block).","inputSchema":{"type":"object","properties":{"subject":{"type":"string"},"event_kind":{"type":"string"},"source_ip":{"type":"string"},"user_agent":{"type":"string"},"signals":{"type":"object"}},"required":["subject","event_kind"]}},{"name":"shield_api_endpoint_add","description":"Register an API endpoint for posture + anomaly tracking.","inputSchema":{"type":"object","properties":{"method":{"type":"string"},"host":{"type":"string"},"path_template":{"type":"string"},"body_schema":{"type":"object"},"sensitive":{"type":"boolean"},"auth_required":{"type":"boolean"},"agent_id":{"type":"string"},"tool_name":{"type":"string"}},"required":["method","host","path_template"]}},{"name":"shield_api_tool_verify","description":"Verify an agent tool-call against declared manifests.","inputSchema":{"type":"object","properties":{"agent_id":{"type":"string"},"tool_name":{"type":"string"},"method":{"type":"string"},"host":{"type":"string"},"path":{"type":"string"},"arguments":{"type":"object"}},"required":["agent_id","tool_name","method","host","path"]}},{"name":"shield_client_csp","description":"Recommend a CSP policy from observed scripts.","inputSchema":{"type":"object","properties":{}}},{"name":"shield_dns_zone_create","description":"Create a managed DNS zone.","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"dnssec":{"type":"boolean"}},"required":["name"]}},{"name":"shield_dns_firewall_add","description":"Add a DNS firewall rule.","inputSchema":{"type":"object","properties":{"action":{"type":"string","enum":["allow","block","alert"]},"pattern":{"type":"string"},"priority":{"type":"integer"},"description":{"type":"string"}},"required":["action","pattern"]}},{"name":"shield_ztna_app_register","description":"Publish an app behind the identity-aware proxy.","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string","enum":["http","mcp","ssh","rdp"]},"public_hostname":{"type":"string"},"upstream_url":{"type":"string"},"allowed_idp_groups":{"type":"array"},"require_mtls":{"type":"boolean"},"require_device_posture":{"type":"boolean"},"allowed_tools":{"type":"array"}},"required":["name","kind","public_hostname","upstream_url"]}},{"name":"shield_ztna_mcp_authorize","description":"Authorize an MCP tool call through ZTNA.","inputSchema":{"type":"object","properties":{"app_id":{"type":"string"},"agent_id":{"type":"string"},"tool_name":{"type":"string"}},"required":["app_id","agent_id","tool_name"]}},{"name":"shield_segment_policy","description":"Create a microsegmentation policy.","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"selector":{"type":"object"},"intent":{"type":"string","enum":["learn","enforce","off"]},"allow_rules":{"type":"array"},"deny_rules":{"type":"array"}},"required":["name"]}},{"name":"shield_segment_suggest","description":"Suggest segmentation rules from observed flows.","inputSchema":{"type":"object","properties":{"seg_id":{"type":"string"},"learn_window_hours":{"type":"integer"}},"required":["seg_id"]}},{"name":"shield_intel_indicators","description":"List intel indicators (filterable).","inputSchema":{"type":"object","properties":{"kind":{"type":"string"},"severity":{"type":"string"},"limit":{"type":"integer"}}}},{"name":"shield_intel_manifest","description":"Fetch the signed threat-intel manifest for the tenant.","inputSchema":{"type":"object","properties":{"feed":{"type":"string"}}}},{"name":"cw_skus","description":"Full Atlas-Compute SKU + price catalog.","inputSchema":{"type":"object","properties":{"category":{"type":"string"}}}},{"name":"cw_activations_list","description":"List the tenant's Atlas service activations.","inputSchema":{"type":"object","properties":{}}},{"name":"cw_activate","description":"Activate a Atlas service (gpu/cpu/baremetal/object/dfs/net/cks/sunk/flc/nlc/observe/inference/tensorizer).","inputSchema":{"type":"object","properties":{"service":{"type":"string"},"plan_tier":{"type":"string","enum":["starter","business","enterprise"]}},"required":["service"]}},{"name":"cw_deactivate","description":"Deactivate a Atlas service.","inputSchema":{"type":"object","properties":{"service":{"type":"string"}},"required":["service"]}},{"name":"cw_gpu_create","description":"Launch a GPU instance (H100/H200/B200/B300/A100/L40S).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"sku":{"type":"string"},"image_id":{"type":"string"},"purchase_option":{"type":"string","enum":["on_demand","spot","reserved_1y","reserved_3y"]},"user_data":{"type":"string"},"tags":{"type":"object"}},"required":["name","sku","image_id"]}},{"name":"cw_cpu_create","description":"Launch a CPU instance (Genoa/Turin/Emerald).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"sku":{"type":"string"},"image_id":{"type":"string"},"purchase_option":{"type":"string"}},"required":["name","sku","image_id"]}},{"name":"cw_baremetal_create","description":"Launch a bare-metal host.","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"sku":{"type":"string"},"image_id":{"type":"string"}},"required":["name","sku","image_id"]}},{"name":"cw_instances_list","description":"List Atlas instances (filter by kind).","inputSchema":{"type":"object","properties":{"kind":{"type":"string","enum":["gpu","cpu","metal"]}}}},{"name":"cw_instance_stop","description":"Stop a Atlas instance and meter elapsed runtime.","inputSchema":{"type":"object","properties":{"instance_id":{"type":"string"}},"required":["instance_id"]}},{"name":"cw_instance_start","description":"Start a stopped Atlas instance.","inputSchema":{"type":"object","properties":{"instance_id":{"type":"string"}},"required":["instance_id"]}},{"name":"cw_instance_delete","description":"Terminate a Atlas instance.","inputSchema":{"type":"object","properties":{"instance_id":{"type":"string"}},"required":["instance_id"]}},{"name":"cw_object_create","description":"Create an AI Object Storage bucket.","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"tier":{"type":"string","enum":["hot","warm","cold","archive"]},"lifecycle_days_to_warm":{"type":"integer"},"lifecycle_days_to_cold":{"type":"integer"},"lifecycle_days_to_archive":{"type":"integer"}},"required":["name"]}},{"name":"cw_object_list","description":"List object buckets.","inputSchema":{"type":"object","properties":{}}},{"name":"cw_object_delete","description":"Delete an object bucket.","inputSchema":{"type":"object","properties":{"bucket_id":{"type":"string"}},"required":["bucket_id"]}},{"name":"cw_dfs_create","description":"Create a parallel-file-system volume.","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"capacity_gb":{"type":"integer"},"throughput_mbps":{"type":"integer"},"subnet_id":{"type":"string"}},"required":["name","capacity_gb"]}},{"name":"cw_dfs_list","description":"List parallel-file-system volumes.","inputSchema":{"type":"object","properties":{}}},{"name":"cw_dfs_delete","description":"Delete a parallel-file-system volume.","inputSchema":{"type":"object","properties":{"volume_id":{"type":"string"}},"required":["volume_id"]}},{"name":"cw_net_create","description":"Provision a VPC / EIP / BYOIP / DX port / NAT.","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string","enum":["vpc","eip","byoip","dx_port","nat"]},"cidr":{"type":"string"},"bandwidth":{"type":"string"},"location":{"type":"string"}},"required":["name","kind"]}},{"name":"cw_net_list","description":"List networking resources (filter by kind).","inputSchema":{"type":"object","properties":{"kind":{"type":"string"}}}},{"name":"cw_net_delete","description":"Release a networking resource.","inputSchema":{"type":"object","properties":{"network_id":{"type":"string"}},"required":["network_id"]}},{"name":"cw_cks_create","description":"Create a Managed Kubernetes (CKS) cluster.","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"version":{"type":"string"},"subnets":{"type":"array"},"ami_type":{"type":"string"},"tags":{"type":"object"}},"required":["name","subnets"]}},{"name":"cw_cks_list","description":"List CKS clusters.","inputSchema":{"type":"object","properties":{}}},{"name":"cw_cks_delete","description":"Delete a CKS cluster.","inputSchema":{"type":"object","properties":{"cluster_id":{"type":"string"}},"required":["cluster_id"]}},{"name":"cw_cks_node_group_create","description":"Add a GPU/CPU node group to a CKS cluster.","inputSchema":{"type":"object","properties":{"cluster_id":{"type":"string"},"name":{"type":"string"},"sku":{"type":"string"},"desired_size":{"type":"integer"},"min_size":{"type":"integer"},"max_size":{"type":"integer"},"purchase_option":{"type":"string"},"labels":{"type":"object"},"taints":{"type":"array"}},"required":["cluster_id","name","sku"]}},{"name":"cw_cks_node_groups_list","description":"List node groups in a CKS cluster.","inputSchema":{"type":"object","properties":{"cluster_id":{"type":"string"}},"required":["cluster_id"]}},{"name":"cw_cks_sunk_install","description":"Install SUNK (scheduler on Kubernetes) on a CKS cluster.","inputSchema":{"type":"object","properties":{"cluster_id":{"type":"string"}},"required":["cluster_id"]}},{"name":"cw_observe_create","description":"Create an observability stream (metric/log/trace).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string","enum":["metric","log","trace"]},"retention_days":{"type":"integer"}},"required":["name","kind"]}},{"name":"cw_observe_list","description":"List observability streams.","inputSchema":{"type":"object","properties":{}}},{"name":"cw_nlc_event","description":"Report a GPU/node health event (auto-cordon on crit ECC/XID/NVLink).","inputSchema":{"type":"object","properties":{"node_name":{"type":"string"},"signal":{"type":"string"},"severity":{"type":"string","enum":["info","warn","crit"]},"details":{"type":"object"}},"required":["node_name","signal","severity"]}},{"name":"cw_nlc_events_list","description":"Recent node health events.","inputSchema":{"type":"object","properties":{}}},{"name":"cw_flc_upgrade","description":"Schedule a fleet rolling upgrade (drain/cordon).","inputSchema":{"type":"object","properties":{"target_version":{"type":"string"},"strategy":{"type":"string","enum":["rolling","blue_green"]},"max_unavailable":{"type":"integer"}},"required":["target_version"]}},{"name":"cw_flc_upgrades_list","description":"List fleet upgrades.","inputSchema":{"type":"object","properties":{}}},{"name":"cw_inference_create","description":"Deploy an AI inference endpoint (vLLM/TGI/TensorRT-LLM/Triton).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"model":{"type":"string"},"engine":{"type":"string","enum":["vllm","tgi","trt_llm","triton"]},"gpu_sku":{"type":"string"},"gpu_count":{"type":"integer"},"min_replicas":{"type":"integer"},"max_replicas":{"type":"integer"},"tensorizer_uri":{"type":"string"}},"required":["name","model","gpu_sku"]}},{"name":"cw_inference_list","description":"List inference endpoints.","inputSchema":{"type":"object","properties":{}}},{"name":"cw_inference_delete","description":"Delete an inference endpoint.","inputSchema":{"type":"object","properties":{"endpoint_id":{"type":"string"}},"required":["endpoint_id"]}},{"name":"cw_tensorizer_create","description":"Register a fast-weight-loader manifest.","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"source_model":{"type":"string"},"target_uri":{"type":"string"},"dtype":{"type":"string"},"shards":{"type":"integer"},"bytes_total":{"type":"integer"},"sha256":{"type":"string"}},"required":["name","source_model","target_uri"]}},{"name":"cw_tensorizer_list","description":"List fast-weight-loader manifests.","inputSchema":{"type":"object","properties":{}}},{"name":"cw_usage","description":"Aggregated Atlas usage rows for the tenant.","inputSchema":{"type":"object","properties":{"service":{"type":"string"},"since_days":{"type":"integer"}}}},{"name":"asc_observe_metrics","description":"Aggregated usage metrics.","inputSchema":{"type":"object","properties":{"window_hours":{"type":"integer"}}}},{"name":"asc_storage_list","description":"List objects in the tenant prefix.","inputSchema":{"type":"object","properties":{"prefix":{"type":"string"},"max_keys":{"type":"integer"}}}},{"name":"asc_storage_presign","description":"Generate a presigned object URL.","inputSchema":{"type":"object","properties":{"key":{"type":"string"},"operation":{"type":"string","enum":["put_object","get_object"]},"expires_in":{"type":"integer"}},"required":["key"]}},{"name":"asc_gateway_chat","description":"Chat completions via ASC gateway (OpenAI-compat).","inputSchema":{"type":"object","properties":{"model":{"type":"string"},"messages":{"type":"array"},"temperature":{"type":"number"},"max_tokens":{"type":"integer"}},"required":["model","messages"]}},{"name":"asc_secrets_put","description":"Store a tenant-scoped secret.","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"]}},{"name":"asc_billing_usage","description":"Current month usage summary.","inputSchema":{"type":"object","properties":{"days":{"type":"integer"}}}},{"name":"cf_services","description":"List the 42 Edge Cloud services available on ASC.","inputSchema":{"type":"object","properties":{}}},{"name":"cf_skus","description":"Edge Cloud SKU + price catalog.","inputSchema":{"type":"object","properties":{"service":{"type":"string"}}}},{"name":"cf_price","description":"Resolve unit USD price for a (service, sku, plan).","inputSchema":{"type":"object","properties":{"service":{"type":"string"},"sku":{"type":"string"},"plan":{"type":"string","enum":["on_demand","free","pro","business","enterprise"]}},"required":["service","sku"]}},{"name":"cf_activations_list","description":"List the tenant's Edge Cloud service activations.","inputSchema":{"type":"object","properties":{}}},{"name":"cf_activate","description":"Activate a Edge Cloud service for the tenant.","inputSchema":{"type":"object","properties":{"service":{"type":"string","enum":["cdn","dns","ssl","waf","ddos","bots","ratelimit","loadbalancing","argo","waiting_room","turnstile","analytics","logs","workers","workers_kv","durable_objects","r2","d1","hyperdrive","queues","pages","pubsub","stream","images","vectorize","browser_render","calls","realtime","ai_gateway","workers_ai","autorag","access","tunnel","gateway","warp","casb","browser_isolation","dlp","email_security","magic_transit","magic_wan","magic_firewall","spectrum"]},"plan_tier":{"type":"string","enum":["free","pro","business","enterprise"]}},"required":["service"]}},{"name":"cf_deactivate","description":"Deactivate a Edge Cloud service for the tenant.","inputSchema":{"type":"object","properties":{"service":{"type":"string"}},"required":["service"]}},{"name":"cf_usage","description":"Aggregated Edge Cloud usage rows for the tenant.","inputSchema":{"type":"object","properties":{"service":{"type":"string"},"limit":{"type":"integer"}}}},{"name":"cf_cdn_create","description":"Create a Edge Cloud 'cdn' resource (provisions via boto3 when activated; deterministic stub otherwise).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string"},"spec":{"type":"object"}},"required":["name"]}},{"name":"cf_cdn_list","description":"List Edge Cloud 'cdn' resources.","inputSchema":{"type":"object","properties":{}}},{"name":"cf_cdn_get","description":"Fetch a single Edge Cloud 'cdn' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_cdn_delete","description":"Delete a Edge Cloud 'cdn' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_dns_create","description":"Create a Edge Cloud 'dns' resource (provisions via boto3 when activated; deterministic stub otherwise).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string"},"spec":{"type":"object"}},"required":["name"]}},{"name":"cf_dns_list","description":"List Edge Cloud 'dns' resources.","inputSchema":{"type":"object","properties":{}}},{"name":"cf_dns_get","description":"Fetch a single Edge Cloud 'dns' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_dns_delete","description":"Delete a Edge Cloud 'dns' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_ssl_create","description":"Create a Edge Cloud 'ssl' resource (provisions via boto3 when activated; deterministic stub otherwise).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string"},"spec":{"type":"object"}},"required":["name"]}},{"name":"cf_ssl_list","description":"List Edge Cloud 'ssl' resources.","inputSchema":{"type":"object","properties":{}}},{"name":"cf_ssl_get","description":"Fetch a single Edge Cloud 'ssl' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_ssl_delete","description":"Delete a Edge Cloud 'ssl' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_waf_create","description":"Create a Edge Cloud 'waf' resource (provisions via boto3 when activated; deterministic stub otherwise).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string"},"spec":{"type":"object"}},"required":["name"]}},{"name":"cf_waf_list","description":"List Edge Cloud 'waf' resources.","inputSchema":{"type":"object","properties":{}}},{"name":"cf_waf_get","description":"Fetch a single Edge Cloud 'waf' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_waf_delete","description":"Delete a Edge Cloud 'waf' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_ddos_create","description":"Create a Edge Cloud 'ddos' resource (provisions via boto3 when activated; deterministic stub otherwise).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string"},"spec":{"type":"object"}},"required":["name"]}},{"name":"cf_ddos_list","description":"List Edge Cloud 'ddos' resources.","inputSchema":{"type":"object","properties":{}}},{"name":"cf_ddos_get","description":"Fetch a single Edge Cloud 'ddos' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_ddos_delete","description":"Delete a Edge Cloud 'ddos' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_bots_create","description":"Create a Edge Cloud 'bots' resource (provisions via boto3 when activated; deterministic stub otherwise).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string"},"spec":{"type":"object"}},"required":["name"]}},{"name":"cf_bots_list","description":"List Edge Cloud 'bots' resources.","inputSchema":{"type":"object","properties":{}}},{"name":"cf_bots_get","description":"Fetch a single Edge Cloud 'bots' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_bots_delete","description":"Delete a Edge Cloud 'bots' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_ratelimit_create","description":"Create a Edge Cloud 'ratelimit' resource (provisions via boto3 when activated; deterministic stub otherwise).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string"},"spec":{"type":"object"}},"required":["name"]}},{"name":"cf_ratelimit_list","description":"List Edge Cloud 'ratelimit' resources.","inputSchema":{"type":"object","properties":{}}},{"name":"cf_ratelimit_get","description":"Fetch a single Edge Cloud 'ratelimit' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_ratelimit_delete","description":"Delete a Edge Cloud 'ratelimit' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_loadbalancing_create","description":"Create a Edge Cloud 'loadbalancing' resource (provisions via boto3 when activated; deterministic stub otherwise).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string"},"spec":{"type":"object"}},"required":["name"]}},{"name":"cf_loadbalancing_list","description":"List Edge Cloud 'loadbalancing' resources.","inputSchema":{"type":"object","properties":{}}},{"name":"cf_loadbalancing_get","description":"Fetch a single Edge Cloud 'loadbalancing' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_loadbalancing_delete","description":"Delete a Edge Cloud 'loadbalancing' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_argo_create","description":"Create a Edge Cloud 'argo' resource (provisions via boto3 when activated; deterministic stub otherwise).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string"},"spec":{"type":"object"}},"required":["name"]}},{"name":"cf_argo_list","description":"List Edge Cloud 'argo' resources.","inputSchema":{"type":"object","properties":{}}},{"name":"cf_argo_get","description":"Fetch a single Edge Cloud 'argo' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_argo_delete","description":"Delete a Edge Cloud 'argo' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_waiting_room_create","description":"Create a Edge Cloud 'waiting_room' resource (provisions via boto3 when activated; deterministic stub otherwise).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string"},"spec":{"type":"object"}},"required":["name"]}},{"name":"cf_waiting_room_list","description":"List Edge Cloud 'waiting_room' resources.","inputSchema":{"type":"object","properties":{}}},{"name":"cf_waiting_room_get","description":"Fetch a single Edge Cloud 'waiting_room' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_waiting_room_delete","description":"Delete a Edge Cloud 'waiting_room' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_turnstile_create","description":"Create a Edge Cloud 'turnstile' resource (provisions via boto3 when activated; deterministic stub otherwise).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string"},"spec":{"type":"object"}},"required":["name"]}},{"name":"cf_turnstile_list","description":"List Edge Cloud 'turnstile' resources.","inputSchema":{"type":"object","properties":{}}},{"name":"cf_turnstile_get","description":"Fetch a single Edge Cloud 'turnstile' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_turnstile_delete","description":"Delete a Edge Cloud 'turnstile' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_analytics_create","description":"Create a Edge Cloud 'analytics' resource (provisions via boto3 when activated; deterministic stub otherwise).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string"},"spec":{"type":"object"}},"required":["name"]}},{"name":"cf_analytics_list","description":"List Edge Cloud 'analytics' resources.","inputSchema":{"type":"object","properties":{}}},{"name":"cf_analytics_get","description":"Fetch a single Edge Cloud 'analytics' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_analytics_delete","description":"Delete a Edge Cloud 'analytics' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_logs_create","description":"Create a Edge Cloud 'logs' resource (provisions via boto3 when activated; deterministic stub otherwise).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string"},"spec":{"type":"object"}},"required":["name"]}},{"name":"cf_logs_list","description":"List Edge Cloud 'logs' resources.","inputSchema":{"type":"object","properties":{}}},{"name":"cf_logs_get","description":"Fetch a single Edge Cloud 'logs' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_logs_delete","description":"Delete a Edge Cloud 'logs' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_workers_create","description":"Create a Edge Cloud 'workers' resource (provisions via boto3 when activated; deterministic stub otherwise).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string"},"spec":{"type":"object"}},"required":["name"]}},{"name":"cf_workers_list","description":"List Edge Cloud 'workers' resources.","inputSchema":{"type":"object","properties":{}}},{"name":"cf_workers_get","description":"Fetch a single Edge Cloud 'workers' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_workers_delete","description":"Delete a Edge Cloud 'workers' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_workers_kv_create","description":"Create a Edge Cloud 'workers_kv' resource (provisions via boto3 when activated; deterministic stub otherwise).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string"},"spec":{"type":"object"}},"required":["name"]}},{"name":"cf_workers_kv_list","description":"List Edge Cloud 'workers_kv' resources.","inputSchema":{"type":"object","properties":{}}},{"name":"cf_workers_kv_get","description":"Fetch a single Edge Cloud 'workers_kv' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_workers_kv_delete","description":"Delete a Edge Cloud 'workers_kv' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_durable_objects_create","description":"Create a Edge Cloud 'durable_objects' resource (provisions via boto3 when activated; deterministic stub otherwise).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string"},"spec":{"type":"object"}},"required":["name"]}},{"name":"cf_durable_objects_list","description":"List Edge Cloud 'durable_objects' resources.","inputSchema":{"type":"object","properties":{}}},{"name":"cf_durable_objects_get","description":"Fetch a single Edge Cloud 'durable_objects' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_durable_objects_delete","description":"Delete a Edge Cloud 'durable_objects' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_r2_create","description":"Create a Edge Cloud 'r2' resource (provisions via boto3 when activated; deterministic stub otherwise).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string"},"spec":{"type":"object"}},"required":["name"]}},{"name":"cf_r2_list","description":"List Edge Cloud 'r2' resources.","inputSchema":{"type":"object","properties":{}}},{"name":"cf_r2_get","description":"Fetch a single Edge Cloud 'r2' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_r2_delete","description":"Delete a Edge Cloud 'r2' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_d1_create","description":"Create a Edge Cloud 'd1' resource (provisions via boto3 when activated; deterministic stub otherwise).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string"},"spec":{"type":"object"}},"required":["name"]}},{"name":"cf_d1_list","description":"List Edge Cloud 'd1' resources.","inputSchema":{"type":"object","properties":{}}},{"name":"cf_d1_get","description":"Fetch a single Edge Cloud 'd1' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_d1_delete","description":"Delete a Edge Cloud 'd1' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_hyperdrive_create","description":"Create a Edge Cloud 'hyperdrive' resource (provisions via boto3 when activated; deterministic stub otherwise).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string"},"spec":{"type":"object"}},"required":["name"]}},{"name":"cf_hyperdrive_list","description":"List Edge Cloud 'hyperdrive' resources.","inputSchema":{"type":"object","properties":{}}},{"name":"cf_hyperdrive_get","description":"Fetch a single Edge Cloud 'hyperdrive' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_hyperdrive_delete","description":"Delete a Edge Cloud 'hyperdrive' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_queues_create","description":"Create a Edge Cloud 'queues' resource (provisions via boto3 when activated; deterministic stub otherwise).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string"},"spec":{"type":"object"}},"required":["name"]}},{"name":"cf_queues_list","description":"List Edge Cloud 'queues' resources.","inputSchema":{"type":"object","properties":{}}},{"name":"cf_queues_get","description":"Fetch a single Edge Cloud 'queues' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_queues_delete","description":"Delete a Edge Cloud 'queues' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_pages_create","description":"Create a Edge Cloud 'pages' resource (provisions via boto3 when activated; deterministic stub otherwise).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string"},"spec":{"type":"object"}},"required":["name"]}},{"name":"cf_pages_list","description":"List Edge Cloud 'pages' resources.","inputSchema":{"type":"object","properties":{}}},{"name":"cf_pages_get","description":"Fetch a single Edge Cloud 'pages' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_pages_delete","description":"Delete a Edge Cloud 'pages' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_pubsub_create","description":"Create a Edge Cloud 'pubsub' resource (provisions via boto3 when activated; deterministic stub otherwise).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string"},"spec":{"type":"object"}},"required":["name"]}},{"name":"cf_pubsub_list","description":"List Edge Cloud 'pubsub' resources.","inputSchema":{"type":"object","properties":{}}},{"name":"cf_pubsub_get","description":"Fetch a single Edge Cloud 'pubsub' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_pubsub_delete","description":"Delete a Edge Cloud 'pubsub' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_stream_create","description":"Create a Edge Cloud 'stream' resource (provisions via boto3 when activated; deterministic stub otherwise).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string"},"spec":{"type":"object"}},"required":["name"]}},{"name":"cf_stream_list","description":"List Edge Cloud 'stream' resources.","inputSchema":{"type":"object","properties":{}}},{"name":"cf_stream_get","description":"Fetch a single Edge Cloud 'stream' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_stream_delete","description":"Delete a Edge Cloud 'stream' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_images_create","description":"Create a Edge Cloud 'images' resource (provisions via boto3 when activated; deterministic stub otherwise).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string"},"spec":{"type":"object"}},"required":["name"]}},{"name":"cf_images_list","description":"List Edge Cloud 'images' resources.","inputSchema":{"type":"object","properties":{}}},{"name":"cf_images_get","description":"Fetch a single Edge Cloud 'images' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_images_delete","description":"Delete a Edge Cloud 'images' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_vectorize_create","description":"Create a Edge Cloud 'vectorize' resource (provisions via boto3 when activated; deterministic stub otherwise).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string"},"spec":{"type":"object"}},"required":["name"]}},{"name":"cf_vectorize_list","description":"List Edge Cloud 'vectorize' resources.","inputSchema":{"type":"object","properties":{}}},{"name":"cf_vectorize_get","description":"Fetch a single Edge Cloud 'vectorize' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_vectorize_delete","description":"Delete a Edge Cloud 'vectorize' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_browser_render_create","description":"Create a Edge Cloud 'browser_render' resource (provisions via boto3 when activated; deterministic stub otherwise).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string"},"spec":{"type":"object"}},"required":["name"]}},{"name":"cf_browser_render_list","description":"List Edge Cloud 'browser_render' resources.","inputSchema":{"type":"object","properties":{}}},{"name":"cf_browser_render_get","description":"Fetch a single Edge Cloud 'browser_render' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_browser_render_delete","description":"Delete a Edge Cloud 'browser_render' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_calls_create","description":"Create a Edge Cloud 'calls' resource (provisions via boto3 when activated; deterministic stub otherwise).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string"},"spec":{"type":"object"}},"required":["name"]}},{"name":"cf_calls_list","description":"List Edge Cloud 'calls' resources.","inputSchema":{"type":"object","properties":{}}},{"name":"cf_calls_get","description":"Fetch a single Edge Cloud 'calls' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_calls_delete","description":"Delete a Edge Cloud 'calls' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_realtime_create","description":"Create a Edge Cloud 'realtime' resource (provisions via boto3 when activated; deterministic stub otherwise).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string"},"spec":{"type":"object"}},"required":["name"]}},{"name":"cf_realtime_list","description":"List Edge Cloud 'realtime' resources.","inputSchema":{"type":"object","properties":{}}},{"name":"cf_realtime_get","description":"Fetch a single Edge Cloud 'realtime' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_realtime_delete","description":"Delete a Edge Cloud 'realtime' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_ai_gateway_create","description":"Create a Edge Cloud 'ai_gateway' resource (provisions via boto3 when activated; deterministic stub otherwise).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string"},"spec":{"type":"object"}},"required":["name"]}},{"name":"cf_ai_gateway_list","description":"List Edge Cloud 'ai_gateway' resources.","inputSchema":{"type":"object","properties":{}}},{"name":"cf_ai_gateway_get","description":"Fetch a single Edge Cloud 'ai_gateway' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_ai_gateway_delete","description":"Delete a Edge Cloud 'ai_gateway' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_workers_ai_create","description":"Create a Edge Cloud 'workers_ai' resource (provisions via boto3 when activated; deterministic stub otherwise).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string"},"spec":{"type":"object"}},"required":["name"]}},{"name":"cf_workers_ai_list","description":"List Edge Cloud 'workers_ai' resources.","inputSchema":{"type":"object","properties":{}}},{"name":"cf_workers_ai_get","description":"Fetch a single Edge Cloud 'workers_ai' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_workers_ai_delete","description":"Delete a Edge Cloud 'workers_ai' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_autorag_create","description":"Create a Edge Cloud 'autorag' resource (provisions via boto3 when activated; deterministic stub otherwise).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string"},"spec":{"type":"object"}},"required":["name"]}},{"name":"cf_autorag_list","description":"List Edge Cloud 'autorag' resources.","inputSchema":{"type":"object","properties":{}}},{"name":"cf_autorag_get","description":"Fetch a single Edge Cloud 'autorag' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_autorag_delete","description":"Delete a Edge Cloud 'autorag' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_access_create","description":"Create a Edge Cloud 'access' resource (provisions via boto3 when activated; deterministic stub otherwise).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string"},"spec":{"type":"object"}},"required":["name"]}},{"name":"cf_access_list","description":"List Edge Cloud 'access' resources.","inputSchema":{"type":"object","properties":{}}},{"name":"cf_access_get","description":"Fetch a single Edge Cloud 'access' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_access_delete","description":"Delete a Edge Cloud 'access' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_tunnel_create","description":"Create a Edge Cloud 'tunnel' resource (provisions via boto3 when activated; deterministic stub otherwise).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string"},"spec":{"type":"object"}},"required":["name"]}},{"name":"cf_tunnel_list","description":"List Edge Cloud 'tunnel' resources.","inputSchema":{"type":"object","properties":{}}},{"name":"cf_tunnel_get","description":"Fetch a single Edge Cloud 'tunnel' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_tunnel_delete","description":"Delete a Edge Cloud 'tunnel' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_gateway_create","description":"Create a Edge Cloud 'gateway' resource (provisions via boto3 when activated; deterministic stub otherwise).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string"},"spec":{"type":"object"}},"required":["name"]}},{"name":"cf_gateway_list","description":"List Edge Cloud 'gateway' resources.","inputSchema":{"type":"object","properties":{}}},{"name":"cf_gateway_get","description":"Fetch a single Edge Cloud 'gateway' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_gateway_delete","description":"Delete a Edge Cloud 'gateway' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_warp_create","description":"Create a Edge Cloud 'warp' resource (provisions via boto3 when activated; deterministic stub otherwise).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string"},"spec":{"type":"object"}},"required":["name"]}},{"name":"cf_warp_list","description":"List Edge Cloud 'warp' resources.","inputSchema":{"type":"object","properties":{}}},{"name":"cf_warp_get","description":"Fetch a single Edge Cloud 'warp' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_warp_delete","description":"Delete a Edge Cloud 'warp' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_casb_create","description":"Create a Edge Cloud 'casb' resource (provisions via boto3 when activated; deterministic stub otherwise).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string"},"spec":{"type":"object"}},"required":["name"]}},{"name":"cf_casb_list","description":"List Edge Cloud 'casb' resources.","inputSchema":{"type":"object","properties":{}}},{"name":"cf_casb_get","description":"Fetch a single Edge Cloud 'casb' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_casb_delete","description":"Delete a Edge Cloud 'casb' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_browser_isolation_create","description":"Create a Edge Cloud 'browser_isolation' resource (provisions via boto3 when activated; deterministic stub otherwise).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string"},"spec":{"type":"object"}},"required":["name"]}},{"name":"cf_browser_isolation_list","description":"List Edge Cloud 'browser_isolation' resources.","inputSchema":{"type":"object","properties":{}}},{"name":"cf_browser_isolation_get","description":"Fetch a single Edge Cloud 'browser_isolation' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_browser_isolation_delete","description":"Delete a Edge Cloud 'browser_isolation' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_dlp_create","description":"Create a Edge Cloud 'dlp' resource (provisions via boto3 when activated; deterministic stub otherwise).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string"},"spec":{"type":"object"}},"required":["name"]}},{"name":"cf_dlp_list","description":"List Edge Cloud 'dlp' resources.","inputSchema":{"type":"object","properties":{}}},{"name":"cf_dlp_get","description":"Fetch a single Edge Cloud 'dlp' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_dlp_delete","description":"Delete a Edge Cloud 'dlp' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_email_security_create","description":"Create a Edge Cloud 'email_security' resource (provisions via boto3 when activated; deterministic stub otherwise).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string"},"spec":{"type":"object"}},"required":["name"]}},{"name":"cf_email_security_list","description":"List Edge Cloud 'email_security' resources.","inputSchema":{"type":"object","properties":{}}},{"name":"cf_email_security_get","description":"Fetch a single Edge Cloud 'email_security' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_email_security_delete","description":"Delete a Edge Cloud 'email_security' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_magic_transit_create","description":"Create a Edge Cloud 'magic_transit' resource (provisions via boto3 when activated; deterministic stub otherwise).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string"},"spec":{"type":"object"}},"required":["name"]}},{"name":"cf_magic_transit_list","description":"List Edge Cloud 'magic_transit' resources.","inputSchema":{"type":"object","properties":{}}},{"name":"cf_magic_transit_get","description":"Fetch a single Edge Cloud 'magic_transit' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_magic_transit_delete","description":"Delete a Edge Cloud 'magic_transit' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_magic_wan_create","description":"Create a Edge Cloud 'magic_wan' resource (provisions via boto3 when activated; deterministic stub otherwise).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string"},"spec":{"type":"object"}},"required":["name"]}},{"name":"cf_magic_wan_list","description":"List Edge Cloud 'magic_wan' resources.","inputSchema":{"type":"object","properties":{}}},{"name":"cf_magic_wan_get","description":"Fetch a single Edge Cloud 'magic_wan' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_magic_wan_delete","description":"Delete a Edge Cloud 'magic_wan' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_magic_firewall_create","description":"Create a Edge Cloud 'magic_firewall' resource (provisions via boto3 when activated; deterministic stub otherwise).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string"},"spec":{"type":"object"}},"required":["name"]}},{"name":"cf_magic_firewall_list","description":"List Edge Cloud 'magic_firewall' resources.","inputSchema":{"type":"object","properties":{}}},{"name":"cf_magic_firewall_get","description":"Fetch a single Edge Cloud 'magic_firewall' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_magic_firewall_delete","description":"Delete a Edge Cloud 'magic_firewall' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_spectrum_create","description":"Create a Edge Cloud 'spectrum' resource (provisions via boto3 when activated; deterministic stub otherwise).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string"},"spec":{"type":"object"}},"required":["name"]}},{"name":"cf_spectrum_list","description":"List Edge Cloud 'spectrum' resources.","inputSchema":{"type":"object","properties":{}}},{"name":"cf_spectrum_get","description":"Fetch a single Edge Cloud 'spectrum' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_spectrum_delete","description":"Delete a Edge Cloud 'spectrum' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"cf_workers_invoke","description":"Invoke a Edge Cloud edge function .","inputSchema":{"type":"object","properties":{"rid":{"type":"string"},"method":{"type":"string"},"path":{"type":"string"},"body":{"type":"string"},"headers":{"type":"object"}},"required":["rid"]}},{"name":"cf_kv_put","description":"PUT a key into a edge KV namespace.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"},"key":{"type":"string"},"value":{"type":"string"}},"required":["rid","key","value"]}},{"name":"cf_kv_get","description":"GET a key from a edge KV namespace.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"},"key":{"type":"string"}},"required":["rid","key"]}},{"name":"cf_r2_sign","description":"Generate a presigned URL for an edge object bucket.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"},"key":{"type":"string"},"operation":{"type":"string","enum":["PUT","GET"]},"expires_in":{"type":"integer"}},"required":["rid","key"]}},{"name":"cf_workers_ai_infer","description":"Run inference on a Edge Cloud edge AI model .","inputSchema":{"type":"object","properties":{"model":{"type":"string"},"input":{"type":"string"}},"required":["input"]}},{"name":"cf_ai_gateway_proxy","description":"Proxy a request through an AI Gateway (rate-limit, cache, log).","inputSchema":{"type":"object","properties":{"rid":{"type":"string"},"method":{"type":"string"},"path":{"type":"string"},"body":{"type":"object"},"headers":{"type":"object"}},"required":["rid"]}},{"name":"dd_services","description":"List the 35 Observability services available on ASC.","inputSchema":{"type":"object","properties":{}}},{"name":"dd_skus","description":"Observability SKU + price catalog.","inputSchema":{"type":"object","properties":{"service":{"type":"string"}}}},{"name":"dd_price","description":"Resolve unit USD price for a (service, sku, plan).","inputSchema":{"type":"object","properties":{"service":{"type":"string"},"sku":{"type":"string"},"plan":{"type":"string"}},"required":["service","sku"]}},{"name":"dd_activations_list","description":"List the tenant's Observability service activations.","inputSchema":{"type":"object","properties":{}}},{"name":"dd_activate","description":"Activate a Observability service for the tenant.","inputSchema":{"type":"object","properties":{"service":{"type":"string","enum":["logs","metrics","apm","profiling","ci","synthetics","rum","siem","cspm","cwpp","threat_intel","dlp","npm","ndm","topology","dbm","dwm","cache_mon","serverless","containers","hosts","ccm","budgets","incidents","oncall","alerts","workflows","service_catalog","audit","accounts","usage","notebooks","logs_ai","anomaly_detect","sensitive_data_scanner"]},"plan_tier":{"type":"string","enum":["free","pro","business","enterprise"]}},"required":["service"]}},{"name":"dd_deactivate","description":"Deactivate a Observability service for the tenant.","inputSchema":{"type":"object","properties":{"service":{"type":"string"}},"required":["service"]}},{"name":"dd_usage","description":"Aggregated Observability usage rows for the tenant.","inputSchema":{"type":"object","properties":{"service":{"type":"string"},"limit":{"type":"integer"}}}},{"name":"dd_logs_create","description":"Create a Observability 'logs' resource (real boto3 when activated; deterministic stub otherwise).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string"},"spec":{"type":"object"}},"required":["name"]}},{"name":"dd_logs_list","description":"List Observability 'logs' resources.","inputSchema":{"type":"object","properties":{}}},{"name":"dd_logs_get","description":"Fetch a single Observability 'logs' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"dd_logs_delete","description":"Delete a Observability 'logs' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"dd_metrics_create","description":"Create a Observability 'metrics' resource (real boto3 when activated; deterministic stub otherwise).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string"},"spec":{"type":"object"}},"required":["name"]}},{"name":"dd_metrics_list","description":"List Observability 'metrics' resources.","inputSchema":{"type":"object","properties":{}}},{"name":"dd_metrics_get","description":"Fetch a single Observability 'metrics' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"dd_metrics_delete","description":"Delete a Observability 'metrics' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"dd_apm_create","description":"Create a Observability 'apm' resource (real boto3 when activated; deterministic stub otherwise).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string"},"spec":{"type":"object"}},"required":["name"]}},{"name":"dd_apm_list","description":"List Observability 'apm' resources.","inputSchema":{"type":"object","properties":{}}},{"name":"dd_apm_get","description":"Fetch a single Observability 'apm' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"dd_apm_delete","description":"Delete a Observability 'apm' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"dd_profiling_create","description":"Create a Observability 'profiling' resource (real boto3 when activated; deterministic stub otherwise).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string"},"spec":{"type":"object"}},"required":["name"]}},{"name":"dd_profiling_list","description":"List Observability 'profiling' resources.","inputSchema":{"type":"object","properties":{}}},{"name":"dd_profiling_get","description":"Fetch a single Observability 'profiling' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"dd_profiling_delete","description":"Delete a Observability 'profiling' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"dd_ci_create","description":"Create a Observability 'ci' resource (real boto3 when activated; deterministic stub otherwise).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string"},"spec":{"type":"object"}},"required":["name"]}},{"name":"dd_ci_list","description":"List Observability 'ci' resources.","inputSchema":{"type":"object","properties":{}}},{"name":"dd_ci_get","description":"Fetch a single Observability 'ci' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"dd_ci_delete","description":"Delete a Observability 'ci' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"dd_synthetics_create","description":"Create a Observability 'synthetics' resource (real boto3 when activated; deterministic stub otherwise).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string"},"spec":{"type":"object"}},"required":["name"]}},{"name":"dd_synthetics_list","description":"List Observability 'synthetics' resources.","inputSchema":{"type":"object","properties":{}}},{"name":"dd_synthetics_get","description":"Fetch a single Observability 'synthetics' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"dd_synthetics_delete","description":"Delete a Observability 'synthetics' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"dd_rum_create","description":"Create a Observability 'rum' resource (real boto3 when activated; deterministic stub otherwise).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string"},"spec":{"type":"object"}},"required":["name"]}},{"name":"dd_rum_list","description":"List Observability 'rum' resources.","inputSchema":{"type":"object","properties":{}}},{"name":"dd_rum_get","description":"Fetch a single Observability 'rum' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"dd_rum_delete","description":"Delete a Observability 'rum' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"dd_siem_create","description":"Create a Observability 'siem' resource (real boto3 when activated; deterministic stub otherwise).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string"},"spec":{"type":"object"}},"required":["name"]}},{"name":"dd_siem_list","description":"List Observability 'siem' resources.","inputSchema":{"type":"object","properties":{}}},{"name":"dd_siem_get","description":"Fetch a single Observability 'siem' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"dd_siem_delete","description":"Delete a Observability 'siem' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"dd_cspm_create","description":"Create a Observability 'cspm' resource (real boto3 when activated; deterministic stub otherwise).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string"},"spec":{"type":"object"}},"required":["name"]}},{"name":"dd_cspm_list","description":"List Observability 'cspm' resources.","inputSchema":{"type":"object","properties":{}}},{"name":"dd_cspm_get","description":"Fetch a single Observability 'cspm' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"dd_cspm_delete","description":"Delete a Observability 'cspm' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"dd_cwpp_create","description":"Create a Observability 'cwpp' resource (real boto3 when activated; deterministic stub otherwise).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string"},"spec":{"type":"object"}},"required":["name"]}},{"name":"dd_cwpp_list","description":"List Observability 'cwpp' resources.","inputSchema":{"type":"object","properties":{}}},{"name":"dd_cwpp_get","description":"Fetch a single Observability 'cwpp' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"dd_cwpp_delete","description":"Delete a Observability 'cwpp' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"dd_threat_intel_create","description":"Create a Observability 'threat_intel' resource (real boto3 when activated; deterministic stub otherwise).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string"},"spec":{"type":"object"}},"required":["name"]}},{"name":"dd_threat_intel_list","description":"List Observability 'threat_intel' resources.","inputSchema":{"type":"object","properties":{}}},{"name":"dd_threat_intel_get","description":"Fetch a single Observability 'threat_intel' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"dd_threat_intel_delete","description":"Delete a Observability 'threat_intel' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"dd_dlp_create","description":"Create a Observability 'dlp' resource (real boto3 when activated; deterministic stub otherwise).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string"},"spec":{"type":"object"}},"required":["name"]}},{"name":"dd_dlp_list","description":"List Observability 'dlp' resources.","inputSchema":{"type":"object","properties":{}}},{"name":"dd_dlp_get","description":"Fetch a single Observability 'dlp' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"dd_dlp_delete","description":"Delete a Observability 'dlp' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"dd_npm_create","description":"Create a Observability 'npm' resource (real boto3 when activated; deterministic stub otherwise).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string"},"spec":{"type":"object"}},"required":["name"]}},{"name":"dd_npm_list","description":"List Observability 'npm' resources.","inputSchema":{"type":"object","properties":{}}},{"name":"dd_npm_get","description":"Fetch a single Observability 'npm' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"dd_npm_delete","description":"Delete a Observability 'npm' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"dd_ndm_create","description":"Create a Observability 'ndm' resource (real boto3 when activated; deterministic stub otherwise).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string"},"spec":{"type":"object"}},"required":["name"]}},{"name":"dd_ndm_list","description":"List Observability 'ndm' resources.","inputSchema":{"type":"object","properties":{}}},{"name":"dd_ndm_get","description":"Fetch a single Observability 'ndm' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"dd_ndm_delete","description":"Delete a Observability 'ndm' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"dd_topology_create","description":"Create a Observability 'topology' resource (real boto3 when activated; deterministic stub otherwise).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string"},"spec":{"type":"object"}},"required":["name"]}},{"name":"dd_topology_list","description":"List Observability 'topology' resources.","inputSchema":{"type":"object","properties":{}}},{"name":"dd_topology_get","description":"Fetch a single Observability 'topology' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"dd_topology_delete","description":"Delete a Observability 'topology' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"dd_dbm_create","description":"Create a Observability 'dbm' resource (real boto3 when activated; deterministic stub otherwise).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string"},"spec":{"type":"object"}},"required":["name"]}},{"name":"dd_dbm_list","description":"List Observability 'dbm' resources.","inputSchema":{"type":"object","properties":{}}},{"name":"dd_dbm_get","description":"Fetch a single Observability 'dbm' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"dd_dbm_delete","description":"Delete a Observability 'dbm' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"dd_dwm_create","description":"Create a Observability 'dwm' resource (real boto3 when activated; deterministic stub otherwise).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string"},"spec":{"type":"object"}},"required":["name"]}},{"name":"dd_dwm_list","description":"List Observability 'dwm' resources.","inputSchema":{"type":"object","properties":{}}},{"name":"dd_dwm_get","description":"Fetch a single Observability 'dwm' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"dd_dwm_delete","description":"Delete a Observability 'dwm' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"dd_cache_mon_create","description":"Create a Observability 'cache_mon' resource (real boto3 when activated; deterministic stub otherwise).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string"},"spec":{"type":"object"}},"required":["name"]}},{"name":"dd_cache_mon_list","description":"List Observability 'cache_mon' resources.","inputSchema":{"type":"object","properties":{}}},{"name":"dd_cache_mon_get","description":"Fetch a single Observability 'cache_mon' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"dd_cache_mon_delete","description":"Delete a Observability 'cache_mon' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"dd_serverless_create","description":"Create a Observability 'serverless' resource (real boto3 when activated; deterministic stub otherwise).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string"},"spec":{"type":"object"}},"required":["name"]}},{"name":"dd_serverless_list","description":"List Observability 'serverless' resources.","inputSchema":{"type":"object","properties":{}}},{"name":"dd_serverless_get","description":"Fetch a single Observability 'serverless' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"dd_serverless_delete","description":"Delete a Observability 'serverless' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"dd_containers_create","description":"Create a Observability 'containers' resource (real boto3 when activated; deterministic stub otherwise).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string"},"spec":{"type":"object"}},"required":["name"]}},{"name":"dd_containers_list","description":"List Observability 'containers' resources.","inputSchema":{"type":"object","properties":{}}},{"name":"dd_containers_get","description":"Fetch a single Observability 'containers' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"dd_containers_delete","description":"Delete a Observability 'containers' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"dd_hosts_create","description":"Create a Observability 'hosts' resource (real boto3 when activated; deterministic stub otherwise).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string"},"spec":{"type":"object"}},"required":["name"]}},{"name":"dd_hosts_list","description":"List Observability 'hosts' resources.","inputSchema":{"type":"object","properties":{}}},{"name":"dd_hosts_get","description":"Fetch a single Observability 'hosts' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"dd_hosts_delete","description":"Delete a Observability 'hosts' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"dd_ccm_create","description":"Create a Observability 'ccm' resource (real boto3 when activated; deterministic stub otherwise).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string"},"spec":{"type":"object"}},"required":["name"]}},{"name":"dd_ccm_list","description":"List Observability 'ccm' resources.","inputSchema":{"type":"object","properties":{}}},{"name":"dd_ccm_get","description":"Fetch a single Observability 'ccm' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"dd_ccm_delete","description":"Delete a Observability 'ccm' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"dd_budgets_create","description":"Create a Observability 'budgets' resource (real boto3 when activated; deterministic stub otherwise).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string"},"spec":{"type":"object"}},"required":["name"]}},{"name":"dd_budgets_list","description":"List Observability 'budgets' resources.","inputSchema":{"type":"object","properties":{}}},{"name":"dd_budgets_get","description":"Fetch a single Observability 'budgets' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"dd_budgets_delete","description":"Delete a Observability 'budgets' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"dd_incidents_create","description":"Create a Observability 'incidents' resource (real boto3 when activated; deterministic stub otherwise).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string"},"spec":{"type":"object"}},"required":["name"]}},{"name":"dd_incidents_list","description":"List Observability 'incidents' resources.","inputSchema":{"type":"object","properties":{}}},{"name":"dd_incidents_get","description":"Fetch a single Observability 'incidents' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"dd_incidents_delete","description":"Delete a Observability 'incidents' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"dd_oncall_create","description":"Create a Observability 'oncall' resource (real boto3 when activated; deterministic stub otherwise).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string"},"spec":{"type":"object"}},"required":["name"]}},{"name":"dd_oncall_list","description":"List Observability 'oncall' resources.","inputSchema":{"type":"object","properties":{}}},{"name":"dd_oncall_get","description":"Fetch a single Observability 'oncall' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"dd_oncall_delete","description":"Delete a Observability 'oncall' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"dd_alerts_create","description":"Create a Observability 'alerts' resource (real boto3 when activated; deterministic stub otherwise).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string"},"spec":{"type":"object"}},"required":["name"]}},{"name":"dd_alerts_list","description":"List Observability 'alerts' resources.","inputSchema":{"type":"object","properties":{}}},{"name":"dd_alerts_get","description":"Fetch a single Observability 'alerts' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"dd_alerts_delete","description":"Delete a Observability 'alerts' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"dd_workflows_create","description":"Create a Observability 'workflows' resource (real boto3 when activated; deterministic stub otherwise).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string"},"spec":{"type":"object"}},"required":["name"]}},{"name":"dd_workflows_list","description":"List Observability 'workflows' resources.","inputSchema":{"type":"object","properties":{}}},{"name":"dd_workflows_get","description":"Fetch a single Observability 'workflows' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"dd_workflows_delete","description":"Delete a Observability 'workflows' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"dd_service_catalog_create","description":"Create a Observability 'service_catalog' resource (real boto3 when activated; deterministic stub otherwise).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string"},"spec":{"type":"object"}},"required":["name"]}},{"name":"dd_service_catalog_list","description":"List Observability 'service_catalog' resources.","inputSchema":{"type":"object","properties":{}}},{"name":"dd_service_catalog_get","description":"Fetch a single Observability 'service_catalog' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"dd_service_catalog_delete","description":"Delete a Observability 'service_catalog' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"dd_audit_create","description":"Create a Observability 'audit' resource (real boto3 when activated; deterministic stub otherwise).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string"},"spec":{"type":"object"}},"required":["name"]}},{"name":"dd_audit_list","description":"List Observability 'audit' resources.","inputSchema":{"type":"object","properties":{}}},{"name":"dd_audit_get","description":"Fetch a single Observability 'audit' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"dd_audit_delete","description":"Delete a Observability 'audit' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"dd_accounts_create","description":"Create a Observability 'accounts' resource (real boto3 when activated; deterministic stub otherwise).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string"},"spec":{"type":"object"}},"required":["name"]}},{"name":"dd_accounts_list","description":"List Observability 'accounts' resources.","inputSchema":{"type":"object","properties":{}}},{"name":"dd_accounts_get","description":"Fetch a single Observability 'accounts' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"dd_accounts_delete","description":"Delete a Observability 'accounts' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"dd_usage_create","description":"Create a Observability 'usage' resource (real boto3 when activated; deterministic stub otherwise).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string"},"spec":{"type":"object"}},"required":["name"]}},{"name":"dd_usage_list","description":"List Observability 'usage' resources.","inputSchema":{"type":"object","properties":{}}},{"name":"dd_usage_get","description":"Fetch a single Observability 'usage' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"dd_usage_delete","description":"Delete a Observability 'usage' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"dd_notebooks_create","description":"Create a Observability 'notebooks' resource (real boto3 when activated; deterministic stub otherwise).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string"},"spec":{"type":"object"}},"required":["name"]}},{"name":"dd_notebooks_list","description":"List Observability 'notebooks' resources.","inputSchema":{"type":"object","properties":{}}},{"name":"dd_notebooks_get","description":"Fetch a single Observability 'notebooks' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"dd_notebooks_delete","description":"Delete a Observability 'notebooks' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"dd_logs_ai_create","description":"Create a Observability 'logs_ai' resource (real boto3 when activated; deterministic stub otherwise).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string"},"spec":{"type":"object"}},"required":["name"]}},{"name":"dd_logs_ai_list","description":"List Observability 'logs_ai' resources.","inputSchema":{"type":"object","properties":{}}},{"name":"dd_logs_ai_get","description":"Fetch a single Observability 'logs_ai' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"dd_logs_ai_delete","description":"Delete a Observability 'logs_ai' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"dd_anomaly_detect_create","description":"Create a Observability 'anomaly_detect' resource (real boto3 when activated; deterministic stub otherwise).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string"},"spec":{"type":"object"}},"required":["name"]}},{"name":"dd_anomaly_detect_list","description":"List Observability 'anomaly_detect' resources.","inputSchema":{"type":"object","properties":{}}},{"name":"dd_anomaly_detect_get","description":"Fetch a single Observability 'anomaly_detect' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"dd_anomaly_detect_delete","description":"Delete a Observability 'anomaly_detect' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"dd_sensitive_data_scanner_create","description":"Create a Observability 'sensitive_data_scanner' resource (real boto3 when activated; deterministic stub otherwise).","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"kind":{"type":"string"},"spec":{"type":"object"}},"required":["name"]}},{"name":"dd_sensitive_data_scanner_list","description":"List Observability 'sensitive_data_scanner' resources.","inputSchema":{"type":"object","properties":{}}},{"name":"dd_sensitive_data_scanner_get","description":"Fetch a single Observability 'sensitive_data_scanner' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"dd_sensitive_data_scanner_delete","description":"Delete a Observability 'sensitive_data_scanner' resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"}},"required":["rid"]}},{"name":"dd_logs_ingest","description":"Ingest a batch of log events into a dd_logs resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"},"events":{"type":"array"}},"required":["rid","events"]}},{"name":"dd_logs_query","description":"Search logs in a dd_logs resource.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"},"query":{"type":"string"},"from_ts":{"type":"string"},"to_ts":{"type":"string"},"limit":{"type":"integer"}},"required":["rid"]}},{"name":"dd_metrics_push","description":"Push metric points to a dd_metrics workspace.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"},"points":{"type":"array"}},"required":["rid","points"]}},{"name":"dd_metrics_query","description":"Query an aggregated metric series.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"},"name":{"type":"string"},"statistic":{"type":"string"},"from_ts":{"type":"string"},"to_ts":{"type":"string"},"period_s":{"type":"integer"}},"required":["rid","name"]}},{"name":"dd_apm_trace","description":"Submit a batch of APM spans.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"},"spans":{"type":"array"}},"required":["rid","spans"]}},{"name":"dd_alerts_fire","description":"Trigger an alert evaluation.","inputSchema":{"type":"object","properties":{"rid":{"type":"string"},"value":{"type":"number"},"message":{"type":"string"}},"required":["rid","value"]}}],"categories":["compute","ai","storage","infra"]}