get-block-content
Retrieve code block content from authenticated URLs using this tool. Designed for developers to fetch block data efficiently within the FlyonUI MCP Server environment.
Instructions
Fetch the content of a block from a given URL. Use this tool to retrieve the code block content from the authenticated URL.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
endpoint | Yes | ||
type | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"endpoint": {
"type": "string"
},
"type": {
"type": "string"
}
},
"required": [
"endpoint",
"type"
],
"type": "object"
}