original ↗
jessitron.com·23h
Flag this post

three things MCP can do, and an infinite number of things it can’t do (all of which make it great)

AI agents can interact with the world using tools. Those tools can be generic or specific.

Generic

Run a bash command Operate a web browser Execute a SQL query

Specific

See my Google Calendar events List my tasks in Asana Send an email

The most general ones, like “run a bash command” and “read and write files” are built into the agent. More specific ones are provided through Model Control Protocol (MCP) servers.

Every tool provided to the agent comes with instructions sent as part of the context. Each MCP server the user configures clogs up the context with instructions and tool definitions, whether the agent needs them for this conversation or not.

If the agent can run a ba…

Similar Posts

Loading similar posts...