Skip to main content
Glama
bhubbb
by bhubbb

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 3 tools

Disambiguation5/5

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.

Naming Consistency5/5

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.

Tool Count3/5

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.

Completeness2/5

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.

Maintenance

ActivityInactive
ResponsivenessNo issues