Arkon
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SECRET_KEY | Yes | Secret key for encryption and session signing. | |
| MINIO_ROOT_USER | Yes | Root user for MinIO object storage. | |
| FIRST_ADMIN_EMAIL | Yes | Email for the initial admin account. | |
| POSTGRES_PASSWORD | Yes | Password for PostgreSQL database. | |
| MINIO_ROOT_PASSWORD | Yes | Root password for MinIO object storage. | |
| FIRST_ADMIN_PASSWORD | Yes | Password for the initial admin account. |
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 | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| extract_contentA | Extract content from a URL or file using Content Core's auto engine. |
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 1 tool
Only one tool exists, so there is no possibility of confusion between tools.
The single tool uses a clear verb_noun pattern (extract_content), and with only one tool, there are no inconsistent naming conventions.
A single tool is on the thin side, but for a focused content extraction purpose, it can be acceptable. However, it lacks the typical 3-15 tool scope.
The tool covers the core function of extracting content from both URLs and files. Some potential advanced features are missing, but for the stated purpose, it is reasonably complete.