AI directory search

Search across educators, skills, and resources.

Use this when you know the topic you need: Claude Code, MCP, evals, RAG, agents, product, coding, prompting, foundations, or model internals.

6 matches for "tool calling"

Providers and platforms

Mirascope profile photo

Mirascope

Mirascope Learn · Intermediate

Useful for Python developers who want clean abstractions around prompts, tools, and model calls.

Topics

LLM app architecture, Prompt engineering, Tool calling

Learning paths

Resources

Vercel AI SDK Tutorial

Free tutorial · Matt Pocock · Beginner to intermediate

You want to build TypeScript LLM apps with Vercel's AI SDK, including streaming, structured outputs, model switching, embeddings, tool calls, and agents.

ai sdk, typescript, streaming, structured outputs, tool calling

Model Context Protocol Tutorial

Free tutorial · Matt Pocock · Intermediate

You want to understand MCP and build TypeScript MCP servers over stdio or HTTP, connect Claude Code to tools, use MCP prompts, and package servers for distribution.

mcp, typescript, claude code, tool calling, agents

GPT-6 Astra model guide

Model guide · OpenAI · Intermediate to advanced

You are evaluating or migrating to GPT-6 Astra and need implementation guidance for async tool calls, mid-turn steering, reasoning updates, Responses API tool use, unsupported parameters, and prompt changes.

openai, gpt-6 astra, responses api, async tool calling, mid-turn steering

OpenAI Programmatic tool calling

Guide · OpenAI · Intermediate to advanced

You need OpenAI's current guide for deterministic tool orchestration, structured tool plans, and programmatic control instead of relying on purely free-form agent behavior.

openai, tool calling, agents, structured outputs, automation