hive-tool-discovery

Installation
SKILL.md

hive-tool-discovery — Find The Right Hive Tool

Resolve an ambiguous request or unknown endpoint into an exact, schema-valid Hive call. Discovery is a first-class workflow, not a fallback after a failed guess — guessing tool names wastes calls and produces misleading "tool does not exist" conclusions.

Procedure

  1. Read hive://toolsets for task-level routing.
  2. Call search_tools with the user's intent and optional provider/category.
  3. Pick the most specific tool or task toolset.
  4. Call get_api_endpoint_schema before execution.
  5. Call invoke_api_endpoint with only schema-valid arguments.

Read references/discovery-surfaces.md for the full map of discovery surfaces — which hive:// resource answers which question, good search_tools query shapes, and failure-state semantics.

Installs
4
First Seen
May 31, 2026
hive-tool-discovery — hive-intel/hive-skills