Schemdraw MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SCHEMDRAW_DPI | No | Default output resolution | 150 |
| SCHEMDRAW_FORMAT | No | Default output format (png, svg, pdf) | svg |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_circuitC | 新しい回路図を作成 |
| add_componentC | 回路図にコンポーネントを追加 |
| connect_componentsC | コンポーネント間を接続 |
| save_circuitB | 回路図を画像ファイルとして保存 |
| get_circuit_infoC | 現在の回路図の情報を取得 |
| list_available_componentsA | 利用可能なコンポーネントタイプの一覧を取得 |
| add_spacerC | コンポーネント間にスペースを追加して文字の重複を防ぐ |
| optimize_layoutA | 回路図のレイアウトを最適化して文字の重複を防ぐ |
| create_loop_circuitB | 指定されたコンポーネントで四角形の閉回路を作成 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Current Circuit | 現在編集中の回路図 |
TDQS
Scored across 9 tools
Each tool has a clearly distinct purpose: adding components, spacing, connecting, creating circuits, loops, info, listing components, optimization, and saving. No overlap.
All tool names follow a consistent verb_noun snake_case pattern (e.g., add_component, connect_components, optimize_layout).
9 tools is well-scoped for a circuit schematic server, covering creation, editing, layout, and saving without being excessive or insufficient.
Core operations are present, but missing essential features like deleting components, disconnecting, or editing properties, which limits the tool's completeness for a full circuit editor.