Skip to main content
Glama

hackle-mcp

Official
by hackle-io

remote-config-detail

Fetch detailed information for a specific remote configuration using the provided remoteConfigId, enabling efficient querying and management of A/B test data on the Hackle MCP server.

Instructions

Fetch remote config detail.

Input Schema

NameRequiredDescriptionDefault
remoteConfigIdYesRemote config's id. You can get this information by using Remote Config List Tool.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "remoteConfigId": { "description": "Remote config's id. You can get this information by using Remote Config List Tool.", "exclusiveMinimum": 0, "type": "number" } }, "required": [ "remoteConfigId" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hackle-io/hackle-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server