# detect

A read tool on the 🪄 ImageSorcery MCP MCP server.

Agent View of the PolicyLayer registry record for `detect`. HTML page: https://policylayer.com/tools/sunriseapps-imagesorcery-mcp/detect

## Facts

- Tool: `detect`
- Server: 🪄 ImageSorcery MCP (`sunriseapps/imagesorcery-mcp`) — https://policylayer.com/tools/sunriseapps-imagesorcery-mcp.md
- Homepage: https://github.com/sunriseapps/imagesorcery-mcp
- Risk category: Read (Low risk)
- Registry record: grade B, 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": "detect",
    "arguments": {}
  }
}
```

## Why detect is rated Low

The tool name 'detect' combined with the server's image-focused operations indicates this likely performs image analysis or object/feature detection—a read-only operation that retrieves information from an image without altering it. The absence of a description introduces some uncertainty, but the naming pattern and sibling tools strongly suggest a non-destructive analysis capability.

From the tool's own definition: "Tool name 'detect' in an image manipulation context (alongside blur, crop, draw_* tools) suggests image analysis or feature detection without modification. No description provided to confirm, lowering confidence slightly."

## Use case

AI agents call detect to retrieve information from 🪄 ImageSorcery MCP 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 🪄 ImageSorcery MCP:

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

## Other tools on 🪄 ImageSorcery MCP (16)

- `config` — Other — https://policylayer.com/tools/sunriseapps-imagesorcery-mcp/config.md
- `find` — Read — https://policylayer.com/tools/sunriseapps-imagesorcery-mcp/find.md
- `get_metainfo` — Read — https://policylayer.com/tools/sunriseapps-imagesorcery-mcp/get-metainfo.md
- `ocr` — Read — https://policylayer.com/tools/sunriseapps-imagesorcery-mcp/ocr.md
- `blur` — Write — https://policylayer.com/tools/sunriseapps-imagesorcery-mcp/blur.md
- `change_color` — Write — https://policylayer.com/tools/sunriseapps-imagesorcery-mcp/change-color.md
- `crop` — Write — https://policylayer.com/tools/sunriseapps-imagesorcery-mcp/crop.md
- `draw_arrows` — Write — https://policylayer.com/tools/sunriseapps-imagesorcery-mcp/draw-arrows.md
- `draw_circles` — Write — https://policylayer.com/tools/sunriseapps-imagesorcery-mcp/draw-circles.md
- `draw_lines` — Write — https://policylayer.com/tools/sunriseapps-imagesorcery-mcp/draw-lines.md
- `draw_rectangles` — Write — https://policylayer.com/tools/sunriseapps-imagesorcery-mcp/draw-rectangles.md
- `draw_texts` — Write — https://policylayer.com/tools/sunriseapps-imagesorcery-mcp/draw-texts.md
- `fill` — Write — https://policylayer.com/tools/sunriseapps-imagesorcery-mcp/fill.md
- `overlay` — Write — https://policylayer.com/tools/sunriseapps-imagesorcery-mcp/overlay.md
- `resize` — Write — https://policylayer.com/tools/sunriseapps-imagesorcery-mcp/resize.md
- `rotate` — Write — https://policylayer.com/tools/sunriseapps-imagesorcery-mcp/rotate.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=sunriseapps-imagesorcery-mcp · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/sunriseapps-imagesorcery-mcp
