# blender_list_tools

A read tool on the Blender MCP server.

Agent View of the PolicyLayer registry record for `blender_list_tools`. HTML page: https://policylayer.com/tools/sandraschi-blender-mcp/blender-list-tools

## Facts

- Tool: `blender_list_tools`
- Server: Blender (`sandraschi/blender-mcp`) — https://policylayer.com/tools/sandraschi-blender-mcp.md
- Homepage: https://github.com/sandraschi/blender-mcp
- Risk category: Read (Low risk)
- Registry record: grade F, 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": "blender_list_tools",
    "arguments": {}
  }
}
```

## Why blender_list_tools is rated Low

The tool name contains 'list', which is a classic Read operation that retrieves information about available Blender tools without modifying, executing, or destroying anything. The empty description prevents higher confidence, but the naming pattern is clear. This would typically be used for discovery purposes only.

From the tool's own definition: "Tool name 'blender_list_tools' indicates enumeration/listing of available tools. No description provided, but the 'list' verb strongly suggests data retrieval without side effects."

## Use case

AI agents call blender_list_tools to retrieve information from Blender 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 Blender:

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

## Other tools on Blender (80)

- `clear_scene` — Destructive — https://policylayer.com/tools/sandraschi-blender-mcp/clear-scene.md
- `agentic_blender_workflow` — Execute — https://policylayer.com/tools/sandraschi-blender-mcp/agentic-blender-workflow.md
- `blender_animation` — Execute — https://policylayer.com/tools/sandraschi-blender-mcp/blender-animation.md
- `blender_batch` — Execute — https://policylayer.com/tools/sandraschi-blender-mcp/blender-batch.md
- `blender_geonodes` — Execute — https://policylayer.com/tools/sandraschi-blender-mcp/blender-geonodes.md
- `blender_particles` — Execute — https://policylayer.com/tools/sandraschi-blender-mcp/blender-particles.md
- `blender_physics` — Execute — https://policylayer.com/tools/sandraschi-blender-mcp/blender-physics.md
- `blender_render` — Execute — https://policylayer.com/tools/sandraschi-blender-mcp/blender-render.md
- `blender_sculpt` — Execute — https://policylayer.com/tools/sandraschi-blender-mcp/blender-sculpt.md
- `blender_transform` — Execute — https://policylayer.com/tools/sandraschi-blender-mcp/blender-transform.md
- `blender_workflow` — Execute — https://policylayer.com/tools/sandraschi-blender-mcp/blender-workflow.md
- `generate_blender_script` — Execute — https://policylayer.com/tools/sandraschi-blender-mcp/generate-blender-script.md
- `intelligent_3d_processing` — Execute — https://policylayer.com/tools/sandraschi-blender-mcp/intelligent-3d-processing.md
- `manage_blender_addons` — Execute — https://policylayer.com/tools/sandraschi-blender-mcp/manage-blender-addons.md
- `script_execute` — Execute — https://policylayer.com/tools/sandraschi-blender-mcp/script-execute.md
- `blender_addons` — Other — https://policylayer.com/tools/sandraschi-blender-mcp/blender-addons.md
- `blender_atlasing` — Other — https://policylayer.com/tools/sandraschi-blender-mcp/blender-atlasing.md
- `blender_categories` — Other — https://policylayer.com/tools/sandraschi-blender-mcp/blender-categories.md
- `blender_compositor` — Other — https://policylayer.com/tools/sandraschi-blender-mcp/blender-compositor.md
- `blender_download` — Other — https://policylayer.com/tools/sandraschi-blender-mcp/blender-download.md
- `blender_furniture` — Other — https://policylayer.com/tools/sandraschi-blender-mcp/blender-furniture.md
- `blender_grease_pencil` — Other — https://policylayer.com/tools/sandraschi-blender-mcp/blender-grease-pencil.md
- `blender_health_check` — Other — https://policylayer.com/tools/sandraschi-blender-mcp/blender-health-check.md
- `blender_help` — Other — https://policylayer.com/tools/sandraschi-blender-mcp/blender-help.md
- `blender_materials_baking` — Other — https://policylayer.com/tools/sandraschi-blender-mcp/blender-materials-baking.md
- `blender_performance_monitor` — Other — https://policylayer.com/tools/sandraschi-blender-mcp/blender-performance-monitor.md
- `blender_rigging` — Other — https://policylayer.com/tools/sandraschi-blender-mcp/blender-rigging.md
- `blender_selection` — Other — https://policylayer.com/tools/sandraschi-blender-mcp/blender-selection.md
- `blender_session` — Other — https://policylayer.com/tools/sandraschi-blender-mcp/blender-session.md
- `blender_shapekeys` — Other — https://policylayer.com/tools/sandraschi-blender-mcp/blender-shapekeys.md
- …and 50 more: https://policylayer.com/tools/sandraschi-blender-mcp.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=sandraschi-blender-mcp · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/sandraschi-blender-mcp
