Get tutorial by title
get_tutorial_by_titleRead-only. Finds one educational tutorial by its human-readable title and returns its content and metadata. Use this tool when the user knows an article title but does not know its slug. Use get_tutorials to browse or filter tutorials, or to retrieve one tutorial when its slug is known. Use search_tutorial_content when the user knows only a term, technique, material, tool, or instruction that may occur inside a tutorial. The tool prefers an exact case-insensitive title match and otherwise uses a case-insensitive partial title match. Returns a not-found result if no tutorial matches the provided title.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Human-readable tutorial title. Matching is case-insensitive: an exact title match is preferred, followed by a partial title match. |