Tool
import type { Tool } from "https://googleapis.deno.dev/v1/agentregistry:v1alpha.ts";Represents a single tool provided by an MCP Server.
interface Tool {
readonly annotations?: Annotations;
readonly description?: string;
readonly name?: string;
}