Skip to content

Class: ToolInput

Tool input payload.

URI: mcp:ToolInput

 classDiagram
    class ToolInput
    click ToolInput href "../ToolInput/"
      ToolInput : city

      ToolInput : location

Slots

Name Cardinality and Range Description Inheritance
city 0..1
String
City value direct
location 0..1
String
Location value direct

Usages

used by used in type used
ToolUseContent input range ToolInput

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

Direct

name: ToolInput
description: Tool input payload.
from_schema: https://w3id.org/lmodel/mcp
slots:
- city
- location

Induced

name: ToolInput
description: Tool input payload.
from_schema: https://w3id.org/lmodel/mcp
attributes:
  city:
    name: city
    description: City value.
    from_schema: https://w3id.org/lmodel/mcp
    rank: 1000
    alias: city
    owner: ToolInput
    domain_of:
    - ArgumentMap
    - SchemaProperties
    - ToolInput
    range: string
  location:
    name: location
    description: Location value.
    from_schema: https://w3id.org/lmodel/mcp
    rank: 1000
    alias: location
    owner: ToolInput
    domain_of:
    - ArgumentMap
    - SchemaProperties
    - ToolInput
    range: string