Skip to main content
Glama

Server Details

Search, browse, and cite a 377-tutorial step-by-step how-to corpus from your AI client.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4/5 across 6 of 6 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a clearly distinct purpose: fetching a tutorial by slug, listing categories, recent tutorials, tutorials by category, submitting a request, and searching. No overlap in functionality.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern in snake_case (e.g., list_categories, search_tutorials). No mixing of conventions or vague verbs.

Tool Count5/5

With 6 tools, the server is well-scoped. It covers the essential operations for a tutorial discovery service (search, browse, details, request) without unnecessary bloat.

Completeness5/5

The tool set covers the full lifecycle needed: search, browse by category and recency, fetch details, and request missing content. No dead ends or missing operations for the stated purpose.

Available Tools

6 tools
get_tutorialInspect

Fetch the full machine-readable rendition of a tutorial by slug: title, TL;DR, numbered steps (with text, imageUrl, tips, and YouTube videoTimestampSeconds for deep-linking), tools/materials, tags, related tutorial slugs, creator credit, recipe (with nutrition + cuisine when applicable), license, and canonicalUrl. Use this after search_tutorials to fetch step details.

ParametersJSON Schema
NameRequiredDescriptionDefault
slugYesTutorial slug (e.g. 'how-to-fix-a-leaky-faucet')
list_categoriesInspect

List all tutorial categories with a published tutorial. Returns slug, name, short description, and count of published tutorials per category.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

list_recent_tutorialsInspect

List the most recently published tutorials, newest first. Use this to discover what's new on the site or to surface fresh content for aggregator / 'what's new this week' agent loops. Tenant-aware.

ParametersJSON Schema
NameRequiredDescriptionDefault
daysNoLookback window in days (default 14, max 90).
limitNo
list_tutorials_by_categoryInspect

Browse tutorials within a specific category, ranked by view count then publish date. Use this when a user wants to explore a topic area rather than search.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo
categorySlugYese.g. 'cooking', 'home-improvement', 'crafts'
request_tutorialInspect

Submit a request for a tutorial we don't yet have. Call this when search_tutorials returned no good match for what the user actually wants. The request enters our content-demand queue, which the daily content batch reviews and prioritizes. Optionally include an email for notification when the tutorial ships.

ParametersJSON Schema
NameRequiredDescriptionDefault
topicYesWhat the user wants to learn how to do (e.g. 'how to get pesto stains out of a white shirt')
contextNoBrief context about the requester (e.g. 'beginner crocheter', 'first-time homeowner', 'gluten-free baker'). Helps shape the tutorial when we ship it.
notifyEmailNoOptional email to notify when the tutorial ships. Pure opt-in.
originalQueryNoThe exact user query that came up empty in search_tutorials. Useful for matching keyword demand.
search_tutorialsInspect

Search the ShowMeStepByStep tutorial corpus by free-text query. Searches across tutorial titles, descriptions, and step content. Returns slim summaries with TL;DRs and canonical URLs. Tenant-aware. Optional filters narrow by category, difficulty, or maximum duration.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo
queryYesSearch query (>= 2 chars)
difficultyNoOptional difficulty filter.
categorySlugNoOptional category to restrict the search to (e.g. 'cooking', 'crochet'). Use list_categories to see available slugs.
maxDurationMinutesNoOptional ceiling on tutorial total duration. Useful for 'quick recipes' / 'under 10 min' queries.

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources