Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
reasonB
Process a query using DeepSeek's R1 reasoning engine and prepare it for integration with DeepSeek V3 or claude.

DeepSeek R1 leverages advanced reasoning capabilities that naturally evolved from large-scale 
reinforcement learning, enabling sophisticated reasoning behaviors. The output is enclosed 
within `<ant_thinking>` tags to align with V3 or Claude's thought processing framework.

Args:
    query (dict): Contains the following keys:
        - context (str): Optional background information for the query.
        - question (str): The specific question to be analyzed.

Returns:
    str: The reasoning output from DeepSeek, formatted with `<ant_thinking>` tags for seamless use with V3 or Claude.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool named 'reason', there is no possibility of ambiguity or overlap with other tools. The tool has a single, clearly defined purpose of processing queries through DeepSeek's reasoning engine.

Naming Consistency5/5

A single tool cannot demonstrate inconsistency in naming patterns. The tool name 'reason' follows a clear verb-based convention that directly describes its function.

Tool Count2/5

One tool is too few for a server that appears to interface with a complex reasoning engine. While the tool is well-described, a single tool surface severely limits the server's capabilities and suggests an incomplete implementation for the domain.

Completeness2/5

The server has a significant gap in functionality. A reasoning engine server should offer more than just query processing - there are no tools for configuration, status checking, result formatting options, or other typical operations expected from such a service.

Maintenance

ActivityInactive
ResponsivenessNo issues