unblocked-context-get-urls

Installation
SKILL.md

Unblocked Context Get URLs

Direct URL resolution. Calls context_get_urls with one or more URLs to return their full content — bypassing semantic search when the agent already knows exactly which documents it wants.

Sources: any URL reachable through Unblocked's configured connectors (PRs, issues, docs, messages) and arbitrary public web pages.

How to Invoke

context_get_urls is exposed on both CLI and MCP — unlike the context_search_* and context_query_* family, you will see it in your MCP tool list. Prefer the CLI when available for uniform behavior. Run command -v unblocked once per session and cache the result. See unblocked-tools-guide for full routing rules.

CLI (preferred):

unblocked context-get-urls --urls "<url1>" "<url2>" ...

MCP fallback (use if CLI is confirmed unavailable): call context_get_urls with urls as an array. Exposed on MCP in virtually all environments.

If neither is available: stop and tell the user Unblocked is not configured in this environment (see unblocked-tools-guide for the full message). Do not substitute with a generic web-fetch tool for private connector resources (Jira, Linear, Slack, private GitHub) — those require Unblocked's auth.

Related skills
Installs
10
GitHub Stars
3
First Seen
Apr 22, 2026