chore(tools/mcp): generally improve mcp tool descriptions

Christian Rocha created

Change summary

internal/agent/tools/list_mcp_resources.md | 2 +-
internal/agent/tools/read_mcp_resource.md  | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Detailed changes

internal/agent/tools/list_mcp_resources.md 🔗

@@ -1,4 +1,4 @@
-Lists available resources from an MCP server.
+List available resource URIs from an MCP server by name; use before read_mcp_resource.
 
 <when_to_use>
 Use this tool to discover which resources are available before reading them.

internal/agent/tools/read_mcp_resource.md 🔗

@@ -1,4 +1,4 @@
-Reads a resource from an MCP server and returns its contents.
+Read a resource by URI from an MCP server; returns text content.
 
 <when_to_use>
 Use this tool to fetch a specific resource URI exposed by an MCP server.