{"service":"Notion API","base_url":"https://api.notion.com","auth":{"type":"bearer","header":"Authorization"},"intents":[{"id":"delete_block","method":"DELETE","path":"/v1/blocks/{id}","params":{"id":"string"},"returns":"Deleted block object with archived status"},{"id":"retrieve_block","method":"GET","path":"/v1/blocks/{id}","params":{"id":"string"},"returns":"Block object with content and metadata"},{"id":"update_block","method":"PATCH","path":"/v1/blocks/{id}","params":{"id":"string"},"returns":"Updated block object"},{"id":"retrieve_block_children","method":"GET","path":"/v1/blocks/{id}/children","params":{"id":"string","page_size":"string"},"returns":"List of child blocks with pagination"},{"id":"append_block_children","method":"PATCH","path":"/v1/blocks/{id}/children","params":{"id":"string"},"returns":"Appended child block object"},{"id":"retrieve_comments","method":"GET","path":"/v1/comments","params":{"block_id":"string","page_size":"string"},"returns":"List of comments with pagination"},{"id":"retrieve_database","method":"GET","path":"/v1/databases/{id}","params":{"id":"string"},"returns":"Database object with properties and schema"},{"id":"update_database","method":"PATCH","path":"/v1/databases/{id}","params":{"id":"string"},"returns":"Updated database object"},{"id":"query_database","method":"POST","path":"/v1/databases/{id}/query","params":{"id":"string"},"returns":"List of database query results"},{"id":"retrieve_page","method":"GET","path":"/v1/pages/{id}","params":{"id":"string"},"returns":"Page object with properties and metadata"},{"id":"update_page_properties","method":"PATCH","path":"/v1/pages/{id}","params":{"id":"string"},"returns":"Updated page object with properties"},{"id":"retrieve_page_property_item","method":"GET","path":"/v1/pages/{page_id}/properties/{property_id}","params":{"page_id":"string","property_id":"string"},"returns":"Page property item object"},{"id":"retrieve_user","method":"GET","path":"/v1/users/{id}","params":{"id":"string"},"returns":"User object with profile information"}]}