Class Tool (0.1.0)

Tool(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents a single tool provided by an MCP Server.

Attributes

Name Description
name str
Output only. Human-readable name of the tool.
description str
Output only. Description of what the tool does.
annotations google.cloud.agentregistry_v1.types.McpServer.Tool.Annotations
Output only. Annotations associated with the tool.

Classes

Annotations

Annotations(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Annotations describing the characteristics and behavior of a tool or operation.