get-block-meta-content
Retrieve block metadata content from the FlyonUI MCP server. This tool extracts metadata by accepting an endpoint input, enabling developers to access and utilize block-specific data efficiently.
Instructions
Fetch the content of the block metadata from the FlyonUI MCP server. Use this tool to retrieve the block metadata content.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
endpoint | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"endpoint": {
"type": "string"
}
},
"required": [
"endpoint"
],
"type": "object"
}