| Name | Type | Description |
|---|---|---|
scheme | Optional[str] | Default: NoneOptional URI scheme used to filter resources, e.g.
|
uris | Optional[Union[str, List[str]]] | Default: None |
Fetch resources exposed by the Azure AI Foundry Toolbox.
Toolbox skills are surfaced as MCP resources with URIs of the form
skill://{name}. This opens a fresh MCP session, lists the available
resources, optionally filters them by URI scheme, reads their
contents, and returns them as LangChain Blob objects.
Each returned Blob carries the resource name in its source
property (derived from the URI, e.g. skill://my-skill becomes
"my-skill") and its raw URI under metadata["uri"].
Optional resource URI or list of URIs to load explicitly. When
provided, scheme filtering is skipped.