Resources

Help & Examples

Access documentation sections and runnable code examples directly through the MCP protocol. Your AI assistant can retrieve reference material, browse example categories, and pull specific code snippets — all without leaving the conversation.

get_help

Instant

Unified help tool that retrieves documentation sections or example code snippets based on the topic parameter. Use "docs" for documentation, "examples" for code snippets, or "list_examples" to browse available examples.

Parameters

topicstring
"docs", "examples", or "list_examples".
Required
sectionstring
Documentation section: "dataset-structure", "label-formats", "supported-models", "roboflow-integration".
Optional
categorystring
Example category: "synthetic-generation", "preprocessing", "dataset-management", "label-management".
Optional
filenamestring
Specific example filename (with or without .py extension).
Optional

Returns

For docs: the requested documentation section as structured text. For examples: the code snippet content. For list_examples: available categories and filenames.

Usage modes

docs

Retrieve a specific documentation section by name.

Show me the docs about supported label formats

examples

Retrieve a code example by category and filename.

Show me the synthetic generation example for creating labeled images

list_examples

List all available example categories and files.

What code examples are available?

Available documentation sections

dataset-structurelabel-formatssupported-modelsroboflow-integration

Available example categories

synthetic-generationpreprocessingdataset-managementlabel-management