MCPcopy Create free account
hub / github.com/crewAIInc/crewAI / tool_create

Function tool_create

lib/cli/src/crewai_cli/cli.py:654–658  ·  view source on GitHub ↗
(handle: str)

Source from the content-addressed store, hash-verified

652@tool.command(name="create")
653@click.argument("handle")
654def tool_create(handle: str) -> None:
655 from crewai_cli.tools.main import ToolCommand
656
657 tool_cmd = ToolCommand()
658 tool_cmd.create(handle)
659
660
661@tool.command(name="install")

Callers

nothing calls this directly

Calls 2

createMethod · 0.95
ToolCommandClass · 0.90

Tested by

no test coverage detected