Skip to main content
Glama
clarkemn

prisma-cloud-docs-mcp-server

index_prisma_docs

Index Prisma Cloud documentation to enable search functionality. Call this tool first to prepare documentation for queries.

Instructions

Index Prisma Cloud documentation. Call this first before searching.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
max_pagesNo

Implementation Reference

  • Handler function for the index_prisma_docs tool, registered via @mcp.tool() decorator. Indexes Prisma Cloud documentation pages using the indexer and returns the number of pages indexed.
    @mcp.tool() async def index_prisma_docs(max_pages: int = 50) -> str: """Index Prisma Cloud documentation. Call this first before searching.""" pages_indexed = await indexer.index_site('prisma_cloud', max_pages) return f"Indexed {pages_indexed} pages from Prisma Cloud documentation"
  • Handler function for the index_prisma_docs tool, registered via @mcp.tool() decorator. Indexes Prisma Cloud documentation pages using the indexer and returns the number of pages indexed.
    @mcp.tool() async def index_prisma_docs(max_pages: int = 50) -> str: """Index Prisma Cloud documentation. Call this first before searching.""" pages_indexed = await indexer.index_site('prisma_cloud', max_pages) return f"Indexed {pages_indexed} pages from Prisma Cloud documentation"

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/clarkemn/prisma-cloud-docs-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server