Skip to content

Enum: TaskSupportEnum

Indicates whether a tool supports task-augmented execution.

URI: mcp:TaskSupportEnum

Permissible Values

Value Meaning Description
forbidden None Tool does not support task-augmented execution (default)
optional None Tool may support task-augmented execution
required None Tool requires task-augmented execution

Slots

Name Description
taskSupport Whether this tool supports task-augmented execution

Identifier and Mapping Information

Schema Source

LinkML Source

name: TaskSupportEnum
description: Indicates whether a tool supports task-augmented execution.
from_schema: https://w3id.org/lmodel/mcp
rank: 1000
permissible_values:
  forbidden:
    text: forbidden
    description: Tool does not support task-augmented execution (default).
  optional:
    text: optional
    description: Tool may support task-augmented execution.
  required:
    text: required
    description: Tool requires task-augmented execution.