Table of Contents

Class ListToolsResult

Namespace
ModelContextProtocol.Protocol.Types
Assembly
ModelContextProtocol.dll

A response to a request to list the tools available on the server. See the schema for details

public class ListToolsResult : PaginatedResult
Inheritance
ListToolsResult
Inherited Members

Properties

Tools

The server's response to a tools/list request from the client.

[JsonPropertyName("tools")]
public List<Tool> Tools { get; set; }

Property Value

List<Tool>