get_pack_tools
ActiveTool of Pipeworx
declared in 0.1.0
Get tool definitions for a specific pack (e.g., 'weather', 'stocks'). Returns tool names, descriptions, parameters, and requirements. Use before calling a tool to verify its interface.
Parameters schema
{
"type": "object",
"examples": [
{
"slug": "weather"
},
{
"slug": "stocks"
}
],
"required": [
"slug"
],
"properties": {
"slug": {
"type": "string",
"description": "Pack slug (e.g., weather, pokemon, github)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Pipeworx
https://github.com/pipeworx-io/pipeworx
2/7 registries