MCP Kotlin SDK
Toggle table of contents
0.11.1
common
Target filter
common
Switch theme
Search in API
Skip to content
MCP Kotlin SDK
kotlin-sdk-core
/
io.modelcontextprotocol.kotlin.sdk.types
/
StringSchema
/
StringSchema
String
Schema
constructor
(
title
:
String
?
=
null
,
description
:
String
?
=
null
,
minLength
:
Int
?
=
null
,
maxLength
:
Int
?
=
null
,
format
:
StringSchemaFormat
?
=
null
,
default
:
String
?
=
null
)
(
source
)