Table of Contents

Class ListPromptsResult

Namespace
ModelContextProtocol.Protocol.Types
Assembly
ModelContextProtocol.dll

The server's response to a prompts/list request from the client. See the schema for details

public class ListPromptsResult : PaginatedResult
Inheritance
ListPromptsResult
Inherited Members

Properties

Prompts

A list of prompts or prompt templates that the server offers.

[JsonPropertyName("prompts")]
public List<Prompt> Prompts { get; set; }

Property Value

List<Prompt>