@modelcontextprotocol/sdk
Preparing search index...
spec.types
ListPromptsRequest
Interface ListPromptsRequest
Sent from the client to request a list of prompts and prompt templates the server has.
interface
ListPromptsRequest
{
id
:
RequestId
;
jsonrpc
:
"2.0"
;
method
:
"prompts/list"
;
params
?:
PaginatedRequestParams
;
}
Hierarchy (
View Summary
)
PaginatedRequest
ListPromptsRequest
Index
Properties
id
jsonrpc
method
params?
Properties
id
id
:
RequestId
jsonrpc
jsonrpc
:
"2.0"
method
method
:
"prompts/list"
Optional
params
params
?:
PaginatedRequestParams
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
jsonrpc
method
params
@modelcontextprotocol/sdk
Loading...
Sent from the client to request a list of prompts and prompt templates the server has.