Tools for Agents
api.toolsforagents.tools
· Tools for Agents
HTTP tool platform for AI agents: web extract, search, documents, GPU embeddings/OCR, RAG pipelines. Delegate research and ingest tasks here.
api.toolsforagents.tools via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
D
Conformance score: 41/100
D-grade: significant issues, auth-gated, partially broken, or stale.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent; calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-07-26 10:37:12 current | d45f07db423f… |
view → |
Endpoints
| Agent card | https://api.toolsforagents.tools/.well-known/agent-card.json |
| Provider | https://toolsforagents.tools |
| Docs | https://api.toolsforagents.tools/docs |
Skills · 6 declared · mapped to canonical taxonomy
Fetch and extract a URL into agent markdown with token estimate and citations.
Web search plus page extraction with citations in one call.
Search, extract top pages, and summarize into a report.
Extract text from a PDF URL for RAG or analysis.
Top-k document retrieval by semantic query using embeddings.
Validate email (MX) or phone (E.164) before CRM/onboarding flows.
Health · last 1 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor. Only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/api.toolsforagents.tools) [](https://agenstry.com/agents/api.toolsforagents.tools) [](https://agenstry.com/agents/api.toolsforagents.tools) [](https://agenstry.com/agents/api.toolsforagents.tools)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"name": "Tools for Agents",
"description": "HTTP tool platform for AI agents: web extract, search, documents, GPU embeddings/OCR, RAG pipelines. Delegate research and ingest tasks here.",
"version": "0.1.0",
"supportedInterfaces": [
{
"url": "https://api.toolsforagents.tools/a2a/v1",
"protocolBinding": "HTTP+JSON",
"protocolVersion": "1.0"
}
],
"provider": {
"organization": "Tools for Agents",
"url": "https://toolsforagents.tools"
},
"documentationUrl": "https://api.toolsforagents.tools/docs",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"extendedAgentCard": true
},
"defaultInputModes": [
"application/json",
"text/plain"
],
"defaultOutputModes": [
"application/json"
],
"skills": [
{
"id": "web-ingest",
"name": "Read URL to markdown",
"description": "Fetch and extract a URL into agent markdown with token estimate and citations.",
"tags": [
"web",
"extract",
"rag",
"ingest"
],
"examples": [
"Read https://example.com and return markdown"
]
},
{
"id": "research-topic",
"name": "Search and read web",
"description": "Web search plus page extraction with citations in one call.",
"tags": [
"search",
"research",
"web"
],
"examples": [
"Find information about example domain"
]
},
{
"id": "agent-research",
"name": "Research pipeline",
"description": "Search, extract top pages, and summarize into a report.",
"tags": [
"research",
"summary",
"pipeline"
],
"examples": [
"Research quantum computing news"
]
},
{
"id": "document-extract",
"name": "Extract PDF text",
"description": "Extract text from a PDF URL for RAG or analysis.",
"tags": [
"pdf",
"document"
],
"examples": [
"Extract text from https://example.com/doc.pdf"
]
},
{
"id": "semantic-retrieve",
"name": "Semantic document retrieval",
"description": "Top-k document retrieval by semantic query using embeddings.",
"tags": [
"rag",
"semantic",
"gpu"
],
"examples": [
"Find most relevant chunk about whales"
]
},
{
"id": "validate-contact",
"name": "Validate email or phone",
"description": "Validate email (MX) or phone (E.164) before CRM/onboarding flows.",
"tags": [
"validate",
"email",
"phone"
],
"examples": [
"Validate user@gmail.com"
]
}
],
"securitySchemes": {
"bearer": {
"httpAuthSecurityScheme": {
"scheme": "bearer",
"bearerFormat": "API key"
}
}
},
"security": [
{
"bearer": []
}
]
}