MCPcopy Create free account
hub / github.com/compozy/agh / ListTools

Method ListTools

internal/cli/client.go:311–311  ·  view source on GitHub ↗
(ctx context.Context, query ToolQuery)

Source from the content-addressed store, hash-verified

309 ) ([]SkillMarketplaceUpdateRecord, error)
310 RemoveSkillMarketplace(ctx context.Context, name string) (SkillMarketplaceRemoveRecord, error)
311 ListTools(ctx context.Context, query ToolQuery) (ToolsResponseRecord, error)
312 SearchTools(ctx context.Context, request ToolSearchRequest) (ToolsResponseRecord, error)
313 GetTool(ctx context.Context, id string, query ToolQuery) (ToolResponseRecord, error)
314 CreateToolApproval(ctx context.Context, id string, request ToolApprovalRequest) (ToolApprovalRecord, error)

Implementers 2

stubClientinternal/cli/helpers_test.go
unixSocketClientinternal/cli/client.go

Calls

no outgoing calls