get_tasks_summary
Retrieve available compliance tasks with essential details for selection and automatically analyze output intentions to suggest follow-up tasks that ensure workflows produce actionable final deliverables.
Instructions
Resource containing minimal task information for initial selection.
This tool is also used as a fallback resource when fetch_tasks_suggestions is disabled or does not return suitable matches, ensuring the user always has access to a broader list of available tasks for manual selection.
This resource provides only the essential information needed for task selection:
Task name and display name
Brief description
Purpose and capabilities
Tags for categorization
Inputs/Outputs params with minimal details
Basic README summary
Use this for initial task discovery and selection. Detailed information can be
retrieved later using tasks://details/{task_name} for selected tasks only.
AUTOMATIC OUTPUT ANALYSIS BY INTENTION:
MANDATORY: Analyze each task's output purpose and completion level during selection
IDENTIFY output intentions that require follow-up processing:
SPLITTING INTENTION: Outputs that divide data into separate categories → REQUIRE consolidation
EXTRACTION INTENTION: Outputs that pull raw data without formatting → REQUIRE transformation
VALIDATION INTENTION: Outputs that check compliance without final reporting → REQUIRE analysis/reporting
PROCESSING INTENTION: Outputs that transform data but don't create final deliverables → REQUIRE finalization
OUTPUT COMPLETION ASSESSMENT:
EVALUATE: Does this output serve as a final deliverable for end users?
ASSESS: Is this output consumable without additional processing?
DETERMINE: Does this output require combination with other outputs to be meaningful?
IDENTIFY: Is this output an intermediate step in a larger workflow?
WORKFLOW COMPLETION ENFORCEMENT:
NEVER present task selections that end with intermediate processing outputs
AUTOMATICALLY suggest tasks that fulfill incomplete intentions
ENSURE every workflow produces actionable final deliverables
RECOMMEND tasks that bridge gaps between current outputs and user goals
Mandatory functionality:
Retrieve a list of task summaries based on the user's request
Analyze task outputs and suggest additional tasks for workflow completion
If no matching task is found for the requested functionality, prompt user for confirmation
Based on user response, either proceed accordingly or create support ticket using create_support_ticket()
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |