Skip to main content
Glama

Dart MCP Server

by its-dart

list_docs

Retrieve and filter documents in Dart with parameters like folder, title, content, or trash status. Supports pagination and ordering for efficient document management.

Instructions

List docs from Dart with optional filtering parameters. You can filter by folder, title, text content, and more.

Input Schema

NameRequiredDescriptionDefault
folderNoFilter by folder title
folderIdNoFilter by folder ID
idsNoFilter by IDs
inTrashNoFilter by trash status
limitNoNumber of results per page
oNoOrdering options (use - prefix for descending)
offsetNoInitial index for pagination
sNoSearch by title, text, or folder title
textNoFilter by text content
titleNoFilter by title

Input Schema (JSON Schema)

{ "properties": { "folder": { "description": "Filter by folder title", "type": "string" }, "folderId": { "description": "Filter by folder ID", "pattern": "^[a-zA-Z0-9]{12}$", "type": "string" }, "ids": { "description": "Filter by IDs", "type": "string" }, "inTrash": { "description": "Filter by trash status", "type": "boolean" }, "limit": { "description": "Number of results per page", "type": "number" }, "o": { "description": "Ordering options (use - prefix for descending)", "items": { "enum": [ "-created_at", "-order", "-title", "-updated_at", "created_at", "order", "title", "updated_at" ], "type": "string" }, "type": "array" }, "offset": { "description": "Initial index for pagination", "type": "number" }, "s": { "description": "Search by title, text, or folder title", "type": "string" }, "text": { "description": "Filter by text content", "type": "string" }, "title": { "description": "Filter by title", "type": "string" } }, "required": [], "type": "object" }

Other Tools from Dart 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/its-dart/dart-mcp-server'

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