GetMyCert
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GETMYCERT_API_KEY | No | Prepaid API key fallback. | |
| GETMYCERT_API_URL | No | API-key endpoint override. | |
| GETMYCERT_RPC_URL | No | Base RPC endpoint. | https://mainnet.base.org |
| GETMYCERT_X402_URL | No | x402 endpoint override. | https://getmycert.com/api/v1/x402 |
| GETMYCERT_CERTS_URL | No | Public catalog endpoint override. | https://getmycert.com/api/v1/certifications |
| GETMYCERT_MAX_PAYMENT | No | Max micro-USDC any one call may pay. | 100000 |
| GETMYCERT_WALLET_PRIVATE_KEY | No | 32-byte hex private key for the Base wallet that pays the x402 endpoint. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_cert_questionsA | Get IT certification practice questions from GetMyCert.com. Supports 27 major IT certifications including AWS, CompTIA, Google Cloud, Azure, and Cisco. Returns multiple-choice questions with options and explanations. |
| list_certificationsA | List all available IT certifications on GetMyCert.com with question counts. Use this to discover valid |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 2 tools
The two tools have clearly distinct purposes: one lists available certifications, the other retrieves practice questions for a given certification. No overlap or ambiguity.
Both tool names follow a consistent verb_noun pattern in snake_case: 'list_certifications' and 'get_cert_questions'. The naming is predictable and uniform.
With only 2 tools, the server is minimal. For a focused domain of retrieving practice questions, this might be sufficient, but it borders on too few for a more comprehensive toolkit.
The server covers the essential workflow: discover certifications and retrieve questions with explanations. No obvious missing operations for the stated purpose.