Table of Contents

Class GetPromptRequestParams

Namespace
ModelContextProtocol.Protocol.Types
Assembly
ModelContextProtocol.dll

Used by the client to get a prompt provided by the server. See the schema for details

public class GetPromptRequestParams : RequestParams
Inheritance
GetPromptRequestParams
Inherited Members

Properties

Arguments

Arguments to use for templating the prompt.

[JsonPropertyName("arguments")]
public Dictionary<string, object>? Arguments { get; init; }

Property Value

Dictionary<string, object>

Name

he name of the prompt or prompt template.

[JsonPropertyName("name")]
public required string Name { get; init; }

Property Value

string