Skip to main content
Glama
chohyerinn

filter-mcp-server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

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

Tools

Functions exposed to the LLM to take actions

NameDescription
resetB

Clear all data and reinitialize with optional new config.

After reset, the filter is empty; use build() or insert() to add data again.

buildD

Build this filter from an initial string dataset.

insertC

Insert one string key. Static structures return a standard unsupported response.

containsC

Point membership query for one string key.

deleteC

Delete one key if the structure supports deletion.

range_queryA

Lexicographic half-open range query: lo <= key < hi. Unsupported point-only filters return N/A.

prefix_queryD

Prefix query. Unsupported point-only filters return N/A.

memory_usageB

Return pure-structure memory estimate and bits per item.

false_positive_rateC

Return theoretical and measured false positive rate.

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/chohyerinn/filter-mcp-server'

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