GetPromptRequest

mcp.schema.McpSchema.GetPromptRequest
See theGetPromptRequest companion object
final case class GetPromptRequest(name: String, arguments: Map[String, Json]) extends Request

Used by the client to get a prompt provided by the server.

Value parameters

arguments

Arguments to use for templating the prompt.

name

The name of the prompt or prompt template.

Attributes

Companion
object
Source
McpSchema.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Request
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product