plex_natural_assistant
Answers natural-language questions about Plex Media Server with brief, standard, or detailed responses. Get instant help with Plex concepts and library management without changing server state.
Instructions
Single-turn natural-language help about Plex (sampling, no tool execution).
Uses the configured sampling endpoint (Ollama / client). For actions that change server state or need live data, use portmanteau tools or agentic_plex_workflow.
Return Format
ToolResult with content: {"success": bool, "result": {"reply": str, "detail_level": str}}
Examples
await plex_natural_assistant(user_query="What is Plex Transcoding?") await plex_natural_assistant(user_query="How do I optimize my library?", detail_level="detailed")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_query | Yes | User question about Plex Media Server. | |
| detail_level | No | Response detail: brief, standard, or detailed. | standard |