search_prisma_docs
Search the Prisma Cloud documentation to find relevant information by entering a query. Retrieve answers directly from the official Prisma Cloud docs for quick reference.
Instructions
Search Prisma Cloud documentation
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | Yes |
Input Schema (JSON Schema)
{
"properties": {
"query": {
"title": "Query",
"type": "string"
}
},
"required": [
"query"
],
"title": "search_prisma_docsArguments",
"type": "object"
}