netpascal-mcp-tools
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CAMOFOX_URL | Yes | Camofox server URL | |
| CAMOFOX_API_KEY | Yes | Camofox API key |
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 | {} |
| logging | {} |
| completions | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| greetA | Greets the user by name |
| camofox_save_screenshotA | Take a screenshot of a Camofox browser tab and save it directly to a local file. Better than a simple camofox_screenshot to write to file directly and save tokens. |
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 completely unrelated purposes: one is a simple greeting utility, the other is a browser screenshot capture. No overlap or ambiguity between them.
Naming shows no consistent pattern: 'greet' uses a bare verb, while 'camofox_save_screenshot' uses a prefix plus verb_noun with camelCase. The inconsistent verbosity and casing make the set feel disjointed.
With only two tools, the server feels extremely thin. One is trivial ('greet') and the other seems more domain-specific (Camofox), leaving no coherent purpose or breadth. A useful server would typically have more tools to justify its existence.
The tool set is severely incomplete. There is no discernible domain coverage: 'greet' is a one-off, and 'camofox_save_screenshot' covers only a single action in an undefined context, lacking any related operations like listing tabs, capturing to buffer, or managing files.