Ask kapoost a question that requires human judgement. Returns an ID — poll fetch_answer(id) later to retrieve the response. IMPORTANT: kapoost answers on his own schedule — could be minutes, hours, or days. Do NOT block waiting on the answer in this session. Instead: (a) PERSIST the returned ID to durable memory — humanMCP's `remember` tool, Claude Code's MEMORY.md, Claude Agent SDK memory, a KV/DB row, or any store that survives teardown; (b) SCHEDULE the poll — Claude Code /schedule cron or /loop, a standalone cron/systemd timer, or simply a once-per-session check on your next boot; (c) on WAKE, call fetch_answer(id) — reschedule if awaiting, act & clear the persisted ID once answered. The return value of ask_human contains a concrete procedure with runtime-specific examples — follow it. Use sparingly: only when the answer materially affects your task and is not derivable from the content. Examples: 'czy moge cytowac ten wiersz w komercyjnej publikacji?' / 'co inspirowalo metafore w Y?'. Max 1000 chars in question, max 500 in context. Open to any caller — rate-limited to 5 per hour per IP to keep the queue useful.