fetch_task_readme
Retrieve complete README documentation for compliance tasks to understand usage instructions, prerequisites, and implementation steps for workflow integration.
Instructions
Retrieve README documentation for a specific task by name.
Fetches the complete README documentation for a task, providing detailed information about the task's purpose, usage instructions, prerequisites, and implementation steps. This is useful for understanding how to properly use a task in workflows.
Args: name (str): The exact name of the task to retrieve README for
Returns: - readmeText (str): Complete README documentation as readable text - taskName (str): Name of the task for reference - error (str): Error message if retrieval fails or README not available
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| readmeText | No | ||
| taskName | No | ||
| error | No |