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

Function isCoreTool

cli/tool_catalog.go:53–53  ·  view source on GitHub ↗

isCoreTool reports whether name keeps its full inline definition.

(name string)

Source from the content-addressed store, hash-verified

51
52// isCoreTool reports whether name keeps its full inline definition.
53func isCoreTool(name string) bool { return coreToolNames[name] }
54
55// renderToolBlock renders one plugin's full prompt block — the exact shape
56// the agent prompt has always used. compact (coder mode) keeps required

Callers 2

getToolContextStringMethod · 0.85
renderCatalogFunction · 0.85

Calls

no outgoing calls

Tested by 1

renderCatalogFunction · 0.68