Pin the MCP Tool
Name the MCP tool by id and list its arguments — don't say 'check the system'.
Where you'll practice this
2 Promptles scenarios teach this principle directly. Each one drops you into a real engineering ticket and asks you to write the prompt you'd send to Claude Code.
Pin the Tool
Your team has a Linear MCP server connected to the workspace. It exposes three tools: `linear__list_issues` (filter by team, project, priority, state), `linear__get_issue` (fetch one by id), and `linear__update_issue` (set state, assignee, labels). You want to know how many P0…
Name the Tool and the Filters
A Linear MCP server is connected to your workspace. It exposes three tools: `linear_list_issues` (filter by team, project, priority, state, cycle), `linear_get_issue` (fetch one by id), and `linear_update_issue` (change state, assignee, labels). You want one number: how many…