Skip to main content
Glama

Anytype MCP Server

by cryptonahue

anytype_get_object

Retrieve a specific object by its ID using the Anytype MCP Server. Input the space ID and object ID to access detailed object information.

Instructions

Obtiene un objeto específico por su ID

Input Schema

NameRequiredDescriptionDefault
object_idYesID del objeto
space_idYesID del espacio

Input Schema (JSON Schema)

{ "properties": { "object_id": { "description": "ID del objeto", "required": true, "type": "string" }, "space_id": { "description": "ID del espacio", "required": true, "type": "string" } }, "required": [ "space_id", "object_id" ], "type": "object" }

Other Tools from Anytype 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/cryptonahue/mcp-anytype'

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