You're viewing a demo portfolio

Join the waitlist
PRSM

get_pack_tools

Active

Tool 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)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Pipeworx

https://github.com/pipeworx-io/pipeworx

2/7 registries
View full server →