# search_index

Search your Azure AI Search index using the optimal retrieval method.

Agent View of the PolicyLayer registry record for `search_index`. HTML page: https://policylayer.com/tools/0lovesakura0-mcp-server-azure-ai-agents-main/search-index

## Facts

- Tool: `search_index`
- Server: Azure AI Agent Service + Azure AI Search MCP Server (`0lovesakura0/mcp-server-azure-ai-agents-main`) — https://policylayer.com/tools/0lovesakura0-mcp-server-azure-ai-agents-main.md
- Homepage: https://github.com/0lovesakura0/mcp-server-azure-ai-agents-main
- Risk category: Read (Low risk)
- Registry record: grade A, identity unverified
- Server rate-limited: no
- Parameters: 0
- Recommended policy verdict: Allowed

## Example call (MCP tools/call, JSON-RPC 2.0)

```json
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "search_index",
    "arguments": {}
  }
}
```

## Why search_index is rated Low

This tool retrieves or queries data from an Azure AI Search index without creating, modifying, deleting, or executing side effects. It is a standard read operation with minimal risk unless the indexed documents themselves contain sensitive information—a concern of data sensitivity rather than tool capability.

From the tool's own definition: "Tool name 'search_index' and description 'Search your Azure AI Search index' indicate a query/retrieval operation with no modification of data. Sibling tools (hybrid_search, keyword_search, vector_search, web_search) are all search/query operations."

## Use case

AI agents call search_index to retrieve information from Azure AI Agent Service + Azure AI Search MCP Server without modifying anything. It is typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.

## Recommended policy (PolicyLayer)

Verdict: **Allowed**. Enforced by the PolicyLayer MCP gateway (https://policylayer.com/mcp-gateway) before a call reaches Azure AI Agent Service + Azure AI Search MCP Server:

```json
{
  "version": "1",
  "default": "deny",
  "tools": {
    "search_index": {}
  }
}
```

## Other tools on Azure AI Agent Service + Azure AI Search MCP Server (4)

- `hybrid_search` — Read — https://policylayer.com/tools/0lovesakura0-mcp-server-azure-ai-agents-main/hybrid-search.md
- `keyword_search` — Read — https://policylayer.com/tools/0lovesakura0-mcp-server-azure-ai-agents-main/keyword-search.md
- `vector_search` — Read — https://policylayer.com/tools/0lovesakura0-mcp-server-azure-ai-agents-main/vector-search.md
- `web_search` — Read — https://policylayer.com/tools/0lovesakura0-mcp-server-azure-ai-agents-main/web-search.md

## For agents

This record is a snapshot. Live verdicts and the full registry:

- Check every server in your MCP config at once: `npx -y policylayer stack`
- Vet a server before you add it: install the mcp-precheck skill — `npx skills add https://policylayer.com` (skill text: https://policylayer.com/skill.md)
- Query the registry over MCP: endpoint `https://api.policylayer.com/mcp` — tools `check_mcp_server`, `check_mcp_stack`, `check_tool`, `search_registry`, `get_change_events`

---

Source: the PolicyLayer MCP registry — one continuously verified record per MCP server. Full record: https://policylayer.com/registry?q=0lovesakura0-mcp-server-azure-ai-agents-main · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/0lovesakura0-mcp-server-azure-ai-agents-main
