MCP Tools – Page 129
MCP Tool CategoriesShowing 1537 to 1548 of 1574 results
convert_time
Convert a given time from one IANA timezone to another using 24-hour time format as input.
get_current_time
Get the current time in a specified IANA timezone, or in the system's default timezone if none is given.
fetch
Fetch a URL from the internet and extract its contents as markdown, with optional maximum length, start index, and raw-HTML options.
open_nodes
Retrieve specific entities by name along with the relations that connect them.
search_nodes
Search the knowledge graph for entities matching a query across names, types, and observations.
read_graph
Return the entire knowledge graph, including all entities, their observations, and relations.
delete_relations
Delete specific directed relations between entities in the knowledge graph.
delete_observations
Remove specific observations (facts) from an entity without deleting the entity itself.
delete_entities
Delete entities from the knowledge graph along with any relations that reference them.
add_observations
Append new discrete observations (facts) to one or more existing entities in the graph.
create_relations
Create directed relations between existing entities to describe how they are connected.
create_entities
Create one or more new entities (nodes) in the knowledge graph, each with a type and associated observations.