Skip to main content
Glama
rdwj

FastMCP Server Template

by rdwj

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_HTTP_HOSTNoHTTP server host for HTTP transport
MCP_HTTP_PATHNoHTTP endpoint path for HTTP transport
MCP_HTTP_PORTNoHTTP server port for HTTP transport
MCP_TRANSPORTNoTransport protocol to use (stdio for local development, http for OpenShift deployment)
MCP_HOT_RELOADNoEnable hot-reload for local development
MCP_AUTH_JWT_SECRETNoJWT secret for symmetric signing (optional authentication)
MCP_REQUIRED_SCOPESNoComma-separated required scopes for authentication
MCP_AUTH_JWT_PUBLIC_KEYNoJWT public key for asymmetric signing (optional authentication)

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": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_fda_deviceB

Unified FDA search tool that accepts any combination of identifiers or descriptive information. Automatically determines optimal search strategy.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of confusion or overlap between tools. The tool has a clear and distinct purpose focused on FDA device searches.

Naming Consistency5/5

The single tool name follows a consistent verb_noun pattern (search_fda_device), and with no other tools to compare, there is no inconsistency. The naming is straightforward and descriptive.

Tool Count2/5

A single tool is too few for most practical server purposes, as it severely limits functionality and scope. This feels thin and incomplete for any domain beyond a trivial or highly specialized use case.

Completeness1/5

The tool set is severely incomplete; with only one search tool, there are obvious gaps such as create, update, delete, or other CRUD operations. It lacks coverage for any meaningful lifecycle or domain workflows beyond basic searching.

Maintenance

ActivityInactive
ResponsivenessNo issues