Skip to content

Class: ArgumentMap

Argument object used in prompt and tool calls.

URI: mcp:ArgumentMap

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

      ArgumentMap : framework

      ArgumentMap : language

      ArgumentMap : location

Slots

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

Usages

used by used in type used
CompletionContext arguments range ArgumentMap
CallToolRequestParams arguments range ArgumentMap
GetPromptRequestParams arguments range ArgumentMap

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

Direct

name: ArgumentMap
description: Argument object used in prompt and tool calls.
from_schema: https://w3id.org/lmodel/mcp
slots:
- city
- location
- language
- framework
extra_slots:
  allowed: true

Induced

name: ArgumentMap
description: Argument object used in prompt and tool calls.
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: ArgumentMap
    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: ArgumentMap
    domain_of:
    - ArgumentMap
    - SchemaProperties
    - ToolInput
    range: string
  language:
    name: language
    description: Programming language value.
    from_schema: https://w3id.org/lmodel/mcp
    rank: 1000
    alias: language
    owner: ArgumentMap
    domain_of:
    - ArgumentMap
    range: string
  framework:
    name: framework
    description: Framework value.
    from_schema: https://w3id.org/lmodel/mcp
    rank: 1000
    alias: framework
    owner: ArgumentMap
    domain_of:
    - ArgumentMap
    range: string
extra_slots:
  allowed: true