Skip to main content
Glama
73882

feature-separate-eval-mcp

by 73882

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PATSNAP_KEYNoOptional PatSnap API key. May be empty if the internal endpoint does not require authentication.
CC_EVAL_DATA_DIRYesPath to the shared ledger data directory. Must be the same absolute path as used by patent-tech-feature-separate.
PATSNAP_API_BASEYesBase URL for the PatSnap API.
PATSNAP_ALLOWED_HOSTSYesExact hostname allowed for PatSnap API requests (e.g., patent.internal.example).
CC_EVAL_ALLOW_INSECURE_HTTPNoSet to 'true' to allow HTTP (non-HTTPS) connections to upstream services on trusted internal networks. Defaults to 'false'.false
CLAIM_DECOMPOSITION_JUDGE_TOKENYesToken for authenticating to the claim decomposition Judge API. This is required.
CLAIM_DECOMPOSITION_JUDGE_API_BASEYesBase URL for the claim decomposition Judge API.
CLAIM_DECOMPOSITION_JUDGE_TOKEN_PREFIXNoPrefix for the Judge token. Defaults to 'Bearer '. Both 'Bearer ' and 'Bearer' are normalized to a single space.Bearer
CLAIM_DECOMPOSITION_JUDGE_ALLOWED_HOSTSYesExact hostname allowed for the claim decomposition Judge API (e.g., judge.internal.example).

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

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
feature_separate_eval_statusA

List recorded decompositions and the next pending record; never uses network.

feature_separate_eval_checkA

Check whether one record is evaluable without calling Judge.

Patent records query only the CLMS field from the configured PatSnap host and therefore require allow_network=true after user confirmation. Free-text records are checked locally and do not require network permission.

feature_separate_eval_runA

Evaluate one decomposition and return its human report and persisted result.

This sends claim text, decomposed features, and deterministic checks to the configured Judge. Patent records first send the patent number to PatSnap and request only CLMS. Set allow_network=true only after the user confirms this exact scope.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/73882/feature-separate-eval-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server