Drawing Guides MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| searchC | Search for drawing tutorials and guides from easydrawingguides.com |
| get_guideC | Get detailed content of a specific drawing guide from a URL |
| list_categoriesB | List available drawing categories from Easy Drawing Guides |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Each tool has a clearly distinct purpose: get_guide retrieves specific content, list_categories enumerates categories, and search finds tutorials. There is no overlap in functionality, making tool selection straightforward for an agent.
All tool names follow a consistent verb_noun pattern (get_guide, list_categories, search), with no deviations in style or convention. This predictability enhances usability and clarity.
With only 3 tools, the set feels thin for a drawing guides server, potentially lacking operations like creating or updating guides. While the tools cover basic retrieval and listing, the scope seems limited compared to typical domain coverage needs.
The tool surface is severely incomplete for a drawing guides domain, as it only supports read-only operations (get, list, search) with no ability to create, update, or delete guides. This will likely cause agent failures when full lifecycle management is required.