Tools

Reference for all tools exposed by the Context212 MCP server.

The Context212 MCP server exposes three tools. Use list_workspaces and list_tags to resolve names to IDs, then pass those IDs to search to scope your queries.


Retrieve the most relevant passages from your indexed documents for a natural-language query.

Prop

Type


list_workspaces

List every workspace the caller has access to, each annotated with an auto-generated summary. Use this to resolve a workspace name to an ID before scoping a search call.

No parameters.


list_tags

List every document tag defined within the caller's company. Use this to map a human-readable label to a tag_id for filtering searches.

No parameters.

On this page