Skip to main content
Glama

find_related_wwdc_videos

Read-only

Discover prerequisite sessions, follow-up content, and thematically similar WWDC videos for a given session. Build structured learning paths across years.

Instructions

Discover WWDC sessions related to a specific video. Finds prerequisite sessions, follow-up content, and thematically similar talks. Essential for creating learning paths.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
videoIdYesSource video ID. Example: "10101" for keynote.
yearYesSource video year. Example: "2025"
includeExplicitRelatedNoInclude Apple's recommended related videos. Usually prerequisites or follow-ups. Default: true
includeTopicRelatedNoInclude videos from same topic categories. Good for comprehensive learning. Default: true
includeYearRelatedNoInclude other videos from same WWDC. Default: false
limitNoMax related videos (default: 15).
Behavior3/5

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

Annotations already declare readOnlyHint=true. Description adds minimal behavioral info, mostly restating purpose. No mention of side effects, rate limits, or output structure beyond what annotations cover.

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?

Two sentences with zero wasted words. Front-loaded with clear purpose, followed by context on use case. Each sentence adds value.

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

Completeness3/5

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

No output schema exists, so description should compensate with behavioral details. It explains the high-level purpose but lacks specifics on return format, pagination, or error cases. Adequate but not complete.

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

Parameters3/5

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

Input schema has 100% coverage with clear descriptions for all 6 parameters. Description does not add parameter-specific meaning beyond what schema already provides. Baseline 3 is appropriate.

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?

Description clearly states the tool discovers related WWDC sessions (prerequisite, follow-up, similar talks) with a specific verb and resource. It distinguishes from siblings like browse_wwdc_topics or find_similar_apis by focusing on video-to-video relationships.

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?

Description provides clear usage context ('Essential for creating learning paths') but does not explicitly mention when not to use or alternatives. Given many sibling tools, this is a minor gap.

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/kimsungwhee/apple-docs-mcp'

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