Skip to main content
Glama
vlsky2603

thedailyworkflow-mcp

by vlsky2603

get_tutorial_details

Retrieve full tutorial content in markdown format, including steps, code blocks, and screenshots, by providing the tutorial slug.

Instructions

Full tutorial content (markdown) with all steps, code blocks, screenshots.

Args: slug: Tutorial slug (from search_mcp_tutorials). lang: en | ru. Default: en.

Returns: Dict with title, summary, content (full markdown), difficulty, category, target_client, target_server, target_category, estimated_minutes, word_count, views_count, page_url.

Use this AFTER finding a relevant tutorial via search. The content field has full markdown — render it directly to the user, or extract the install commands / config snippets they asked about.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYes
langNoen
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries full burden. It discloses that the tool returns full content, lists return fields, and specifies that slug comes from search. It implies read-only behavior and does not mention side effects. Adequate transparency.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Extremely concise: front-loaded summary, then param docs, then return fields, then usage. Every sentence adds value. No redundant or filler text.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Covers all necessary aspects: what it does, parameters, return values, and usage context. Given the simple nature and absence of output schema, the description is fully complete for agent decision-making.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0%, so description compensates. Explains slug as 'Tutorial slug (from search_mcp_tutorials)' and lang as 'en | ru. Default: en.' Adds meaning beyond schema types and defaults. Could mention that lang controls language of content, but still clear.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Clearly states it retrieves full tutorial content (markdown) with steps, code, screenshots. Explicitly distinguishes from search_mcp_tutorials by saying 'Use this AFTER finding a relevant tutorial via search.' Purpose is specific and unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides explicit usage instruction: 'Use this AFTER finding a relevant tutorial via search.' Also explains how to use the content (render directly or extract commands/config). No explicit when-not-to-use, but the context makes it clear.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/vlsky2603/thedailyworkflow-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server