files_get

files_get

Read a stored file back by its id

Free. This one only touches this instance's own storage, so there is nothing to charge for.

Runs on Files — Per-user file storage: keep a file, get a URL, read it back.

Arguments

NameTypeWhat it is
id*stringThe file's id, as returned by files_put or files_list

Calling it

Three doors onto the same method. MCP is what an agent speaks, REST is what a program speaks, and the answer is identical.

{"id":1,"jsonrpc":"2.0","method":"tools/call","params":{"arguments":{"id":"id"},"name":"files_get"}}

Try it in the playground.