Smithery

connect.by_namespace.get

List all connections in a namespace. Supports filtering by metadata using `metadata.{key}={value}` query params.

Remote smithery

Other tools also called connect.by_namespace.get? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "query parameter"
    },
    "limit": {
      "type": "string",
      "description": "query parameter"
    },
    "cursor": {
      "type": "string",
      "description": "query parameter"
    },
    "mcpUrl": {
      "type": "string",
      "description": "query parameter"
    },
    "namespace": {
      "type": "string",
      "description": "path parameter"
    }
  }
}