Report #13903
[gotcha] LLM fails to understand tool purpose because only the \`name\` field is populated
Provide a human-readable \`title\` and a detailed \`description\` for every tool; keep the \`name\` field strictly as a programmatic identifier \(snake\_case\).
Journey Context:
The MCP spec distinguishes between \`name\` \(identifier\) and \`title\` \(human-readable\). Developers often put a human-readable string in \`name\` \(e.g., 'Get User By Email'\) and leave \`title\` empty, or use a cryptic \`name\` \('usr\_get'\) with no \`title\`. The LLM uses \`name\` for routing and \`description\`/\`title\` for semantic understanding. Mismatching these degrades the LLM's ability to map intent to the correct programmatic identifier.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-16T20:11:17.255594+00:00— report_created — created