tools-and-context

Register custom tools, connect MCP servers, and attach context data.

1|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/victor-teles/oh-my-query --skill tools-and-context-victor-teles
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tools-and-context
Source: https://github.com/victor-teles/oh-my-query/tree/main/.agents/skills/tools-and-context
Command: npx skills add https://github.com/victor-teles/oh-my-query --skill tools-and-context-victor-teles

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides Tambo with data and capabilities via custom tools, MCP servers, context helpers, and resources to extend its reach in conversations.

Core Features & Use Cases

  • Define custom tools that Tambo can call to fetch data or perform actions.
  • Connect to MCP servers for real-time data streams and external integrations.
  • Provide dynamic context through context helpers and one-time context attachments to tailor responses.
  • Integrate resources for reference data during interactions.

Quick Start

Register a tool, connect an MCP server, and add a context helper to enrich subsequent messages.

Frequently Asked Questions about tools-and-context

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I connect an MCP server to an AI agent for real-time data streams?

You can connect an MCP server to an AI agent by configuring the mcpServers integration. This enables the agent to access external integrations and stream real-time data directly into conversations.

How do I register custom tools for an AI agent to fetch external data?

You can register custom tools using the defineTool integration. This allows your AI agent to call specific functions to fetch data or perform actions during conversations.

What is the best way to provide dynamic context to an AI agent across conversations?

The best way to provide dynamic context is by using context helpers. This approach supplies runtime context attachments to tailor AI agent responses based on conversation history.

Can I attach one-time context data to a specific AI conversation?

Yes, you can use context attachments to supply one-time context data. This allows you to provide specific reference data precisely when needed during a single interaction without persistent configuration.

Does this tool support orchestrating custom tools and MCP servers simultaneously?

Yes, it supports orchestrating both custom tools and MCP servers simultaneously. You can register tools and connect MCP servers to extend the agent's data access and action capabilities.