A tool import exposes an MCP tool to a workflow.Documentation Index
Fetch the complete documentation index at: https://superwire.dev/llms.txt
Use this file to discover all available pages before exploring further.
Tool schemas
input {} and output {} describe tool contracts.
Runtime bindings
Usebindings {} to override the native inputs of an MCP tool. When an agent calls a tool, it naturally provides values for the tool’s inputs through the agent’s context. Bindings let you explicitly override those inputs with specific values that take precedence over what the agent would provide.
Agent tool access
Agents receive tools only when listed inuses.
uses can also include prompts and resources.