Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
MCP Toolbox
Claim
by
ai-zerolab
GitHub
File Systems
OS Automation
Developer Tools
Python
Apache 2.0
2
Linux
Apple
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
tests
mock
figma
tests/mock/figma/delete_comment.json
tests/mock/figma/get_comments.json
tests/mock/figma/get_component.json
tests/mock/figma/get_file_components.json
tests/mock/figma/get_file.json
tests/mock/figma/get_file_nodes.json
tests/mock/figma/get_file_styles.json
tests/mock/figma/get_image_fills.json
tests/mock/figma/get_image.json
tests/mock/figma/get_project_files.json
tests/mock/figma/get_style.json
tests/mock/figma/get_team_component_sets.json
tests/mock/figma/get_team_components.json
tests/mock/figma/get_team_projects.json
tests/mock/figma/get_team_styles.json
tests/mock/figma/post_comment.json
{ "comments": [ { "client_meta": { "node_id": "2:0", "x": 100, "y": 200 }, "created_at": "2023-01-01T00:00:00Z", "id": "comment1", "message": "This is a comment", "order_id": 1, "resolved_at": null, "user": { "handle": "user1", "id": "user1", "img_url": "https://example.com/user1.png" } }, { "client_meta": { "node_id": "3:0", "x": 150, "y": 250 }, "created_at": "2023-01-02T00:00:00Z", "id": "comment2", "message": "Another comment", "order_id": 2, "resolved_at": "2023-01-03T00:00:00Z", "user": { "handle": "user2", "id": "user2", "img_url": "https://example.com/user2.png" } } ] }