Tool tree
Regulatory advisory, compliance services, specialist resourcing, and compliance technology for financial services firms.
tcc_get_page_summaryAnswer
Read the public heading, answer-first summary, canonical URL and last reviewed date of the page currently open.
View tool JSON
{
"name": "tcc_get_page_summary",
"kind": "answer",
"impl": "imperative",
"description": "Read the public heading, answer-first summary, canonical URL and last reviewed date of the page currently open.",
"inputSchema": {
"type": "object",
"properties": {}
}
}tcc_go_to_sectionAction
Scroll the page currently open to one of its own sections and move keyboard focus there. This only moves within the page the visitor is already reading.
View tool JSON
{
"name": "tcc_go_to_section",
"kind": "act",
"impl": "imperative",
"description": "Scroll the page currently open to one of its own sections and move keyboard focus there. This only moves within the page the visitor is already reading.",
"inputSchema": {
"type": "object",
"properties": {
"sectionId": {
"type": "string",
"description": "A section identifier returned by tcc_list_page_sections."
}
},
"required": [
"sectionId"
]
}
}tcc_list_page_sectionsAnswer
List the sections of the page currently open, with the identifier needed to jump to each one.
View tool JSON
{
"name": "tcc_list_page_sections",
"kind": "answer",
"impl": "imperative",
"description": "List the sections of the page currently open, with the identifier needed to jump to each one.",
"inputSchema": {
"type": "object",
"properties": {}
}
}