# hybrid_search

Perform a hybrid search (keyword + vector) on the Azure AI Search index.

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

## Facts

- Tool: `hybrid_search`
- 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": "hybrid_search",
    "arguments": {}
  }
}
```

## Why hybrid_search is rated Low

The tool performs a search operation that retrieves and ranks documents from an index using combined keyword and vector matching. This is a read-only query operation with no side effects, no data creation/modification, no irreversible changes, and no code execution. The blast radius of misuse is limited to information disclosure of indexed documents the user may already have access to.

From the tool's own definition: "Tool name 'hybrid_search' and description 'Perform a hybrid search (keyword + vector) on the Azure AI Search index' indicate querying/retrieval operations without data modification, deletion, or execution of arbitrary code."

## Use case

AI agents call hybrid_search 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": {
    "hybrid_search": {}
  }
}
```

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

- `keyword_search` — Read — https://policylayer.com/tools/0lovesakura0-mcp-server-azure-ai-agents-main/keyword-search.md
- `search_index` — Read — https://policylayer.com/tools/0lovesakura0-mcp-server-azure-ai-agents-main/search-index.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
