Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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;
}

§Properties

§
readonly annotations?: Annotations
[src]

Output only. Annotations associated with the tool.

§
readonly description?: string
[src]

Output only. Description of what the tool does.

§
readonly name?: string
[src]

Output only. Human-readable name of the tool.