async inspect(tool_ids: Iterable[str] | str, search_id: str | None = None, session_id: str | None = None, timeout: float | None = None, correlation_id: str | None = None) → SearchResponse
Inspect one or more capabilities by tool ID.
- Parameters:
- tool_ids – Tool IDs returned by discover(…). A single string is accepted.
- search_id – Optional search ID that produced the tools.
- session_id – Optional correlation ID.
- Returns:
SearchResponse with full tool details for the requested IDs.