Skip to main content
Glama

Dart MCP Server

by its-dart

list_docs

List and filter documents in Dart by folder, title, text, or ID. Supports pagination, trash status, and custom ordering for efficient project 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
folder_idNoFilter by folder ID
idsNoFilter by IDs
in_trashNoFilter 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" }, "folder_id": { "description": "Filter by folder ID", "type": "string" }, "ids": { "description": "Filter by IDs", "type": "string" }, "in_trash": { "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" }

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