Skip to main content
Glama

get_type_details

Retrieve detailed information about object types in Anytype spaces, including structure, relations, views, and configuration options to understand type organization and properties.

Instructions

Retrieves detailed information about a specific object type in an Anytype space. This tool provides comprehensive details about the type's structure, including its relations, views, and configuration options. Use this tool when you need to understand the structure of a particular object type or to examine its available relations and properties.

Input Schema

NameRequiredDescriptionDefault
space_idYesSpace ID containing the type
type_idYesType ID to retrieve details for

Input Schema (JSON Schema)

{ "properties": { "space_id": { "description": "Space ID containing the type", "type": "string" }, "type_id": { "description": "Type ID to retrieve details for", "type": "string" } }, "required": [ "space_id", "type_id" ], "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/Qwinty/anytype-mcp'

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