Celina/Tools/Self/authenticated-self-fetch
writeSelf

Authenticated Self Fetch

authenticated_self_fetch

Make an HTTP request with Self Agent ID authentication headers applied automatically. For Self demo endpoints on Celo mainnet, use ?network=celo-mainnet.

§ Inputs

NameTypeDescription
methodRequiredGET | POST | PUT | DELETEHTTP method.
urlRequiredstring (http/https)Target URL.
bodystringOptional request body.
content_typestringContent-Type header. Defaults to application/json.

§ Returns

{ status, headers, body }

Use this tool

Once Celina is wired into your MCP client, just ask in plain language. The LLM picks authenticated_self_fetch automatically.