Skip to content

Class: BooleanSchema

Boolean schema definition.

URI: mcp:BooleanSchema

 classDiagram
    class BooleanSchema
    click BooleanSchema href "../BooleanSchema/"
      BooleanSchema : default

      BooleanSchema : default_value

      BooleanSchema : description

      BooleanSchema : title

      BooleanSchema : type

Slots

Name Cardinality and Range Description Inheritance
type 1
String
Type discriminator field direct
default 0..1
Boolean
Default value for a schema field direct
default_value 0..1
Boolean
Default boolean value direct
title 0..1
String
Intended for UI and end-user contexts — optimized to be human-readable and ea... direct
description 0..1
String
A human-readable description direct

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self mcp:BooleanSchema
native mcp:BooleanSchema

LinkML Source

Direct

name: BooleanSchema
description: Boolean schema definition.
from_schema: https://w3id.org/lmodel/mcp
slots:
- type
- default
- default_value
- title
- description
slot_usage:
  default:
    name: default
    range: boolean
  default_value:
    name: default_value
    description: Default boolean value.
    range: boolean
  type:
    name: type
    required: true
    equals_string: boolean

Induced

name: BooleanSchema
description: Boolean schema definition.
from_schema: https://w3id.org/lmodel/mcp
slot_usage:
  default:
    name: default
    range: boolean
  default_value:
    name: default_value
    description: Default boolean value.
    range: boolean
  type:
    name: type
    required: true
    equals_string: boolean
attributes:
  type:
    name: type
    description: Type discriminator field.
    from_schema: https://w3id.org/lmodel/mcp
    rank: 1000
    alias: type
    owner: BooleanSchema
    domain_of:
    - TextContent
    - ImageContent
    - AudioContent
    - ContentBlock
    - EmbeddedResource
    - ResourceLink
    - ToolUseContent
    - ToolResultContent
    - PromptReference
    - ResourceTemplateReference
    - SchemaItems
    - JsonSchema
    - StringSchema
    - NumberSchema
    - BooleanSchema
    - UntitledSingleSelectEnumSchema
    - TitledSingleSelectEnumSchema
    - UntitledMultiSelectEnumSchema
    - TitledMultiSelectEnumSchema
    - LegacyTitledEnumSchema
    range: string
    required: true
    equals_string: boolean
  default:
    name: default
    description: Default value for a schema field.
    from_schema: https://w3id.org/lmodel/mcp
    rank: 1000
    alias: default
    owner: BooleanSchema
    domain_of:
    - JsonSchema
    - StringSchema
    - NumberSchema
    - BooleanSchema
    - UntitledSingleSelectEnumSchema
    - TitledSingleSelectEnumSchema
    - UntitledMultiSelectEnumSchema
    - TitledMultiSelectEnumSchema
    - LegacyTitledEnumSchema
    range: boolean
  default_value:
    name: default_value
    description: Default boolean value.
    from_schema: https://w3id.org/lmodel/mcp
    aliases:
    - default
    rank: 1000
    alias: default_value
    owner: BooleanSchema
    domain_of:
    - StringSchema
    - NumberSchema
    - BooleanSchema
    - UntitledSingleSelectEnumSchema
    - TitledSingleSelectEnumSchema
    - UntitledMultiSelectEnumSchema
    - TitledMultiSelectEnumSchema
    - LegacyTitledEnumSchema
    range: boolean
  title:
    name: title
    description: Intended for UI and end-user contexts — optimized to be human-readable
      and easily understood.
    from_schema: https://w3id.org/lmodel/mcp
    rank: 1000
    slot_uri: dct:title
    alias: title
    owner: BooleanSchema
    domain_of:
    - HasName
    - ToolAnnotations
    - EnumOption
    - JsonSchema
    - StringSchema
    - NumberSchema
    - BooleanSchema
    - UntitledSingleSelectEnumSchema
    - TitledSingleSelectEnumSchema
    - UntitledMultiSelectEnumSchema
    - TitledMultiSelectEnumSchema
    - LegacyTitledEnumSchema
    range: string
  description:
    name: description
    description: A human-readable description.
    from_schema: https://w3id.org/lmodel/mcp
    rank: 1000
    slot_uri: dct:description
    alias: description
    owner: BooleanSchema
    domain_of:
    - Implementation
    - ResourceLink
    - Resource
    - ResourceTemplate
    - PromptArgument
    - Prompt
    - JsonSchema
    - Tool
    - StringSchema
    - NumberSchema
    - BooleanSchema
    - UntitledSingleSelectEnumSchema
    - TitledSingleSelectEnumSchema
    - UntitledMultiSelectEnumSchema
    - TitledMultiSelectEnumSchema
    - LegacyTitledEnumSchema
    - GetPromptResult
    range: string