Skip to main content
Glama

Dart MCP Server

by its-dart

get_view

Retrieve detailed information about a specific view, including its title, description, and associated tasks, by providing its unique 12-character alphanumeric ID within the Dart MCP Server.

Instructions

Retrieve an existing view by its ID. Returns the view's information including title, description, and all tasks within it.

Input Schema

NameRequiredDescriptionDefault
idYesThe 12-character alphanumeric ID of the view

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "The 12-character alphanumeric ID of the view", "pattern": "^[a-zA-Z0-9]{12}$", "type": "string" } }, "required": [ "id" ], "type": "object" }
Install Server

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