Resources vs Tools
The split:
Tools → actions the LLM executes (verbs)
LLM decides when to call; calls may have side effects
Examples: create_issue, update_status
Resources vs Tools The split: Tools → actions the LLM executes (verbs) ...
Resources vs Tools
The split:
Tools → actions the LLM executes (verbs)
LLM decides when to call; calls may have side effects
Examples: create_issue, update_status

How to use LLMs effectively in your daily work — a practical tutorial 1. Core...

#45 | A deep dive into implementing Tools, Resources, Prompts, Roots in the MCP

Every tool you expose over MCP ships its full definition (name, description, JSON schema) into the...

The Problem Model Context Protocol (MCP) lets an AI agent call structured tools instead of...

I remember being very confused when I first heard about an LLM's ability to request code execution....

A few weeks back, my team sat down for two days and built around twenty MCP Apps. I came out with a...