We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/n24q02m/better-notion-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Workspace Tool - Full Documentation
## Overview
Workspace: info, search.
## Important
- Search returns only content **shared with integration**
- Use `filter.object = "database"` for databases
## Actions
### info
```json
{"action": "info"}
```
Returns bot owner, workspace details.
### search
```json
{"action": "search", "query": "meeting notes", "filter": {"object": "page"}, "limit": 10}
```
Search databases:
```json
{"action": "search", "query": "tasks", "filter": {"object": "database"}}
```
Sort results:
```json
{"action": "search", "query": "project", "sort": {"direction": "descending", "timestamp": "last_edited_time"}}
```
## Parameters
- `query` - Search query
- `filter.object` - "page" or "database"
- `sort.direction` - "ascending" or "descending"
- `sort.timestamp` - "last_edited_time" or "created_time"
- `limit` - Max results