Hi, when I ask to list projects I get the following response format:
{
"_meta": {
"tool": "list_projects",
"timestamp": "2025-07-10T12:00:01.816Z"
},
"content": [],
"tools": [{...}, {...}, ...],
"output": "xxxxxx"
}
The problem is that "tools" is returned, which contains ALL the tools!? WHY? Understand that tool calls should only return relevant info to the AI, nothing more, or it will be confused.
The "tools" section was 35+k long, and totally irrelevant for the interpretation of the result by AI.
Hi, when I ask to list projects I get the following response format:
{ "_meta": { "tool": "list_projects", "timestamp": "2025-07-10T12:00:01.816Z" }, "content": [], "tools": [{...}, {...}, ...], "output": "xxxxxx" }The problem is that "tools" is returned, which contains ALL the tools!? WHY? Understand that tool calls should only return relevant info to the AI, nothing more, or it will be confused.
The "tools" section was 35+k long, and totally irrelevant for the interpretation of the result by AI.