← All concepts

tool use and context

8 articles · 15 co-occurring · 0 contradictions · 0 briefs

Both implementations involve agents using tools (Python sandbox, Slack API) where context must flow across tool call boundaries

Both implementations involve agents using tools (Python sandbox, Slack API) where context must flow across tool call boundaries

Reference to 'ignores a tool it was given' points to context architecture problems in how tools are presented, prioritized, and made available to the model.

Identifies tool misuse as context failure: agents need right context to invoke tools correctly

MCP servers are essentially tools that provide context to AI agents. The protocol standardizes how agents discover, invoke, and receive results from context-providing tools.

Demonstrates that effective tool use requires not just tool availability but context-aware tool selection—Claude decides which of 10,000 tools to use based on the request, which requires understanding

Building agents with these frameworks inherently involves tool integration, which requires clear context about what information tools need and what they return.

Agent must use GitHub API tools while maintaining context about the issue, code written, and test results—revealing tool integration context complexity

Multi-agent frameworks typically involve assigning tools to agents and managing context about which tools are available to which agents

query this concept
$ db.articles("tool-use-and-context")
$ db.cooccurrence("tool-use-and-context")
$ db.contradictions("tool-use-and-context")