Skip to main content
Glama

Capacities MCP Server

by jem-computer

capacities_search

Search for content across specific Capacities spaces using search terms, filters, and modes (fullText or title) to locate relevant information efficiently.

Instructions

Search for content across Capacities spaces with optional filtering

Input Schema

NameRequiredDescriptionDefault
filterStructureIdsNoOptional array of structure IDs to filter results
modeNoSearch mode: fullText or title onlytitle
searchTermYesThe search term to look for
spaceIdsYesArray of space UUIDs to search in

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "filterStructureIds": { "description": "Optional array of structure IDs to filter results", "items": { "format": "uuid", "type": "string" }, "type": "array" }, "mode": { "default": "title", "description": "Search mode: fullText or title only", "enum": [ "fullText", "title" ], "type": "string" }, "searchTerm": { "description": "The search term to look for", "type": "string" }, "spaceIds": { "description": "Array of space UUIDs to search in", "items": { "format": "uuid", "type": "string" }, "type": "array" } }, "required": [ "searchTerm", "spaceIds" ], "type": "object" }
Install Server

Other Tools from Capacities MCP Server

Related Tools

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/jem-computer/capacities-mcp'

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