MCPcopy Create free account
hub / github.com/diillson/chatcli / Describe

Method Describe

cli/plugins/builtin_tools.go:27–27  ·  view source on GitHub ↗

Describe returns the full prompt-grade definition of one tool.

(name string)

Source from the content-addressed store, hash-verified

25type ToolCatalogAdapter interface {
26 // Describe returns the full prompt-grade definition of one tool.
27 Describe(name string) (string, error)
28 // List returns the one-line index of every available tool.
29 List() (string, error)
30}

Callers 1

ExecuteWithStreamMethod · 0.65

Implementers 3

flattenFakeCatalogcli/agent_tool_flatten_test.go
toolCatalogPluginAdaptercli/tools_catalog_adapter.go
fakeToolCatalogcli/plugins/builtin_tools_test.go

Calls

no outgoing calls

Tested by

no test coverage detected