filter-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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