tools-and-context

Official

Extend Tambo with custom tools and context.

Authortambo-ai
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill enables Tambo to register and call custom tools, connect to MCP servers, and manage dynamic context within conversations.

Core Features & Use Cases

  • Define tools that Tambo can call using defineTool and register them with TamboProvider.
  • Connect to external MCP servers to pull data, prompts, or actions into conversations.
  • Add dynamic context helpers and one-time context attachments to tailor each message.
  • Easily extend Tambo with additional data sources and in-app resources to support advanced interactions.

Quick Start

  1. Install the required packages, e.g. npm install @tambo-ai/react zod

  2. Register a tool and wrap your app with TamboProvider: const fetchUserTool = defineTool({ name: "fetchUser", description: "Fetch user by ID", inputSchema: z.object({ userId: z.string() }), tool: async ({ userId }) => fetchUser(userId) });

    <TamboProvider tools={[fetchUserTool]}> <App /> </TamboProvider>;
  3. Connect MCP servers and add context helpers as needed.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: tools-and-context
Download link: https://github.com/tambo-ai/tambo/archive/main.zip#tools-and-context

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.