MCPcopy
hub / github.com/benjitaylor/agentation / getAnnotation

Method getAnnotation

mcp/src/types.ts:189–189  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

187 data: Omit<Annotation, "id" | "sessionId" | "status" | "createdAt">
188 ): Annotation | undefined;
189 getAnnotation(id: string): Annotation | undefined;
190 updateAnnotation(
191 id: string,
192 data: Partial<Omit<Annotation, "id" | "sessionId" | "createdAt">>

Callers 4

updateAnnotationFunction · 0.80
addThreadMessageFunction · 0.80
deleteAnnotationFunction · 0.80
getAnnotationFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected