get-mining-pool
Fetch detailed information about a specific Bitcoin mining pool by providing its poolId, enabling data-driven insights into pool activities on the Mempool MCP Server.
Instructions
Returns info for a specific mining pool
Input Schema
Name | Required | Description | Default |
---|---|---|---|
poolId | Yes | The poolId to get info for |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"poolId": {
"description": "The poolId to get info for",
"type": "string"
}
},
"required": [
"poolId"
],
"type": "object"
}